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 create MO with OdooRPC, with the associated stock.pickings?

I'm currently working on programmatic creation of Manufacturing Orders (MOs) in Odoo 15. Although I've been successful in generating the MOs themselves, I've encountered a challenge where the associated stock pickings are not being created as…
apexprogramming
  • 403
  • 2
  • 14
1
vote
1 answer

'Missing dependencies' OWL Odoo15

I'm currently learning OWL and I want to do something like chat in the "Web Site" module (To display messages from the "Communication" module on the site). I created a separate tab called "Chat" (I will output all messages from the "Communication"…
Dread
  • 25
  • 5
1
vote
2 answers

How to hide python traceback in Odoo

Is there a way to hide odoo error traceback for security reason ? Note : using Odoo 15 example of traceback :
Omar Tougui
  • 183
  • 2
  • 8
1
vote
1 answer

Odoo How to use custom fields in the address layout

I have inherited the res.partner model and added a custom field named "firm1" Now, I need to display this field on every report in the address block. To configure this I went to contacts > Countries > 'My Country' and tried to add my custom field…
unnamed-dev
  • 165
  • 8
1
vote
1 answer

Odoo: Encoding won't work if different layout is called

so I inherited "report_pricelist" in order to change the basic layout to the external layout: