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
0
votes
1 answer
Element '' cannot be located in parent view
I am upgrading a module that allows stock Picking From Customer/Supplier Invoice. This is a module downloaded for odoo11-community and i am performing an upgrade to be used in odoo15-enterprise.
Undfortunately, but i keep getting the error…

Nate
- 21
- 1
- 6
0
votes
1 answer
How to show vehicles as per customers in sale.order form in odoo?
I have inherited res.partner model and views and added one page named Vehicle Details as shown in below image :
Simillarly I have inherited sale.order model and views and added one field named vehicles in its form which is shown in below image…

Dhiren Ahuja
- 31
- 6
0
votes
1 answer
How to hide message popup if page have record rule don't have records odoo 15
If i go to a page such as "Manufaturing", and this page have record rules, then if that page have records but not showing out because of record rule, it will show this message, how to prevent this to happen?
I've try to create a new record which is…

fudu
- 617
- 1
- 10
- 19
0
votes
0 answers
I created one transient model and wizard but not able to create a cron to clear data from transient model
I try to find in schedule actions triggers in technical menu but it is not there...and also not able to create a new cron that can do the same.

Dhiren Ahuja
- 31
- 6
0
votes
1 answer
How to set record rule for account move to show user own records and their saleteams member records Odoo 15?
Is this possible to do this by record rule?
Example:
user A have saleteam with member B,C,D. A is the leader of this team.
so if we login to A, and go to account.move, we can see records of A,B,C,D.
if we login to b, we only see B records.
Thanks…

fudu
- 617
- 1
- 10
- 19
0
votes
1 answer
Uncaught (in promise) TypeError: this._onLineConfigured is not a function
i am trying to call a js function from another function. But I am getting an error.
*.js
reset: async function (record, ev) {
// var self=this;
if (ev && ev.target === this) {
this.restoreProductTemplateId =…

KbiR
- 4,047
- 6
- 37
- 103
0
votes
0 answers
How to raise a warning and still lets "add a line" function work Odoo 15?
When click "add a line" button on sale.order.line as example, i want to show a warning message, but then still lets a new line show up, how it that possible?
In odoo 15 by default, this is not possible, i've try this but not working.
Please help,…

fudu
- 617
- 1
- 10
- 19
0
votes
1 answer
How to inherit button type="action" odoo 15
i'm trying to override a button which using type="action".
Original Button:
0
votes
2 answers
I am trying to inherit and add one2many fields in res.partner model . It shows errror : Invalid field 'same_vat_partner_id' on model 'vehicle.brand'
inherited " res.partner " and added a page (editable tree) in notebook section, but when clicking on "Add a line" it is showing below error:
Invalid field 'same_vat_partner_id' on model 'vehicle.brand'
My code to inherit res.partner and add…

Dhiren Ahuja
- 31
- 6
0
votes
1 answer
Odoo 15 Helpdesk formatting ID field
I need help with the modul Helpdesk. I wanted to add the field ID into the tree view via Addon. I could manage to do so, but now I want to format the field like this Ticket ID : #1234, at the moment its in this kind of format : Ticket ID 1,234. I…

for-loop
- 47
- 1
- 8
0
votes
0 answers
How to create an Invoice and invoice lines via code - Odoo15
Good day, I am tiring to create an invoice with a custom module, the below code gives me an error.
....... invoice =
self.with_context(pricelist_context).create_invoice(product_data,inv_data)
Exception
The above exception was the direct cause of…

Abraham Kalungi
- 45
- 1
- 10
0
votes
1 answer
How to extend Qweb template in Odoo 15?
Hi i am trying to extend a Qweb template web.sign_name_and_signature and remove the option Auto.
Here is what i did.
*.xml

KbiR
- 4,047
- 6
- 37
- 103
0
votes
1 answer
How to inherit and extend xml qweb view in odoo 15?
i am trying to extend a Qweb XML view in Odoo 15.
Here is what i tried.
static.xml

KbiR
- 4,047
- 6
- 37
- 103
0
votes
0 answers
Creating custom ODOO shipping carrier?
Are there any guides, documentations, tutorials, examples, ... anything about writing custom shipping carriers for Odoo.
I checked their store and most of the bigger ones (DHL, UPS, etc.) are being sold so there is nothing really to use to check…

dkasipovic
- 5,930
- 1
- 19
- 25
0
votes
1 answer
getting error right after successful login to odoo
Note: This issue occurs only when accessing odoo via nginx proxy.
When accessed directly odoo works fine.
Right after i login to odoo i get the below error as copied onto the clipboard:
UncaughtClientError > SyntaxError
Uncaught Javascript Error >…

Ashar
- 2,942
- 10
- 58
- 122