Use this tag for version specific questions about Odoo 15 - the suite of open-source business applications written in Python. When using this tag also include the more generic [odoo] tag where possible.
Questions tagged [odoo-15]
503 questions
1
vote
1 answer
How to make button in tree view always visible odoo 15
In odoo 15, i've created a button in tree view, but it not always visible, i must click on a record in the tree view to make the button appear.
My code:

fudu
- 617
- 1
- 10
- 19
1
vote
0 answers
Can't print from POS using IOTBox
I'm running an Odoo v15 CE instance and using the POS module. I'm trying to print the orders to the kitchen and for that reason, I did set up an IOTBox that is connected to the printer.
I have added the IP address of the IOTBox under the POS…

Marcos
- 63
- 5
1
vote
3 answers
odoo15 kanban view doesn't support one2many field
lading_adapter_ids is a one2many field in the module.
Here is code, and all t-out show a blank.
…

Oliver
- 191
- 1
- 10
1
vote
1 answer
How can I add action menu in usermenu odoo15
In odoo 15, how can I add new action menu in user menu? In other odoo versions (13 and 14), it was possible by inheriting from UserMenu.Actions.
In odoo 15, I tried the following code but it is not working.
Thanks for any suggestion
/**…

Neural
- 370
- 1
- 11
1
vote
1 answer
How to change account.move sequence & prefix in odoo 14 and later?
I have to modify account.move sequence prefix and number and I try it like other odoo versions (10,12 and 13).
With developer mode activated, Settings --> Technical --> Sequences.
I have tried to search Sequence Code for account.move and does not…

Raúl Openred
- 31
- 2
1
vote
2 answers
Odoo 15 - ValueError: Invalid field 'res_model_id' on model 'mail.activity.type'
I want to migrate my custom module to Odoo 15 code. But I get this kind of error all the time. I cant find a solution. The xml is in my data folder directed like this : custom_modul/data/mail_activity_types.xml. If you see any sytax errors it…

for-loop
- 47
- 1
- 8
1
vote
1 answer
wrong sorting for "name" field in Odoo
it may have a simple solution or none at all but its making me crazy ;) I hope there is somebody that knows something about it:
On my inventory "listing view" I have a column called "UID" (I translated from "Lot/Serial number" to "UID").
The thing…

Roberto López
- 11
- 1
1
vote
2 answers
Odoo15 error while converting odoo11 to Odoo15
I want to covert a module from odoo11 to odoo15. But there is an error with ast.py . I'm using python 3.7
This is the error.
File "/usr/local/lib/python3.7/ast.py", line 55, in _convert_num
raise ValueError('malformed node or string: ' +…

Shojib Hasan
- 176
- 1
- 7
1
vote
1 answer
How to add page number qweb odoo without div class header and footer
I would like create report in odoo but the page information not in header or footer. I'm using of . It's work if that code inside or . But I get tricky case, that…

Akhmad Ali
- 85
- 6
1
vote
3 answers
Inherited field does not exist in odoo
I am working on a custom addon for the sales quotation form in odoo 15 while inheriting the sale.order.template model. I am trying to add a new field next to the quantity field but i keep getting a "Field [field-name] does not exist error" in…

Nate
- 21
- 1
- 6
1
vote
2 answers
Migration of custom Module from Odoo 13 to 15
Hello to all Odoo Developers!
I am currently trying to migrate a addon from Odoo 13 to 15. My addon worked fine in Odoo 13 so I am trying to understand which changes were made in Odoo 15 to upgrade my module.
First error I got was the…

kayalotta
- 53
- 9
1
vote
2 answers
How to resolve uncaught promise error in odoo15?
In Odoo 15, I can not open settings app for it throws error given below:
Uncaught Promise > Couldn't load css dependency: http://0.0.0.0:8069/web/assets/425-d7a4117/web_editor.assets_wysiwyg.min.css

Sakthi Priya
- 209
- 4
- 19
0
votes
0 answers
How do I use openupgradelib to update from odoo15 to odoo16?
When I try to update odoo from v15 to v16 (running in a docker environment) via openupgradelib I encouter two problems:
some modules like account isn't migrated into the new database
and in general the new database is as described as possibly not…

SnoopyBrown
- 51
- 8
0
votes
1 answer
Odoo 15 - Redirect users to a specific form/action when they login
I'd like to redirect my users to the hr_attendance module when they login, I tried to change the home action from users preference, but when I change that, my modules menu doesn't work correctly and show me all time the hr_attendance action when I…
0
votes
0 answers
How can I use Owl Carousel with Odoo 15
I'm still new with JavaScript with Odoo 15. I know that Owl Carousel is a jQuery library that helps to create a slider.
I have a many2one field in the backend of Odoo and I want to create a slider with the values of the many2one.
I was thinking of…

kimitch
- 13
- 2
- 4