python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ValueError: External ID not found in the system: website.assets_frontend
I am in the process of upgrading from Odoo V13 to V15 and I am getting an error when building my staging branch because of a custom module I wrote to change some styling.
How can I fix the following e...
ghan
Votes: 0
Answers: 2
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.
<t t-foreach="record.lading_adapter_ids.raw_value" t-as="o">
...

Oliver
Votes: 0
Answers: 2
Create custom excel report from wizard in odoo 15
I am trying to generate an excel report from wizard using report_xlsx module but i am getting below error.
Traceback (most recent call last):
File "/home/kabeer/Projects/Odoo15ce/odoo/custom_add...

KbiR
Votes: 0
Answers: 1