Questions tagged [odoo-15]

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.

503 questions
1
vote
1 answer

How to post an XML ElementTree with Python Requests in Odoo 15

Good day, I am trying to post xml file that i have generated with ElementTree, when i try to post it i get error below. Please help. {"env:Envelope": {"@xmlns:env": "http://schemas.xmlsoap.org/soap/envelope/", "env:Header": null, "env:Body":…
imbra
  • 33
  • 4
1
vote
1 answer

How to implement a navigation panel in tree view in Odoo?

I want to implement a side navigation panel like the one in the Chart of Accounts view in Odoo I can't find any documentation for this feature, how to implement it?
Ehab
  • 566
  • 6
  • 24
1
vote
0 answers

How to List Many2Many field in ElementTree Odoo 15

Good day, I have a field many2many (toothNumbers) and I want to list it's data (name) in ElementTree file(xml) I am generating with python in Odoo15. I need to list them but showing each it's name, not ids. I have written many for & while loops but…
Abraham Kalungi
  • 45
  • 1
  • 10
1
vote
2 answers

Odoo15 | Uncaught Promise Error > deserializeDateTime

I've been developing some modules that extend Sale, Inventory, and MRP (manufacturing) and have been getting this error on occasion. I've tried clearing my browser's cache but that hasn't worked to address the bug. As a temporary fix I'll drop my…
Chris Rad
  • 31
  • 5
1
vote
0 answers

In inherited search view field not found

First I Inherit hr.employee model in my custom module and add a field unique_id. Than in my custom module I inherit hr.employee search view for this unique_id field. But throw this error, Field "unique_id " does not exist in model…
1
vote
1 answer

Odoo15: resize invoice logo

I need to change size of logo on invoice header only. At first attempt I tried this for selected layout: