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
0
votes
0 answers

Odoo 15 dependencies between custom modules, 'AttributeError: '_unknown' object has no attribute 'id''

We have two custom modules written for Odoo 15, each with their own models. To make things simple and avoid sharing too much information, we'll call them process and tank. A process can have many tanks, but a tank can only have one process. I used a…
0
votes
0 answers

How to add custom field on Enterprise reports

I'm using odoo15 an I create custom field in account.move and i want to make this field display in the table of the Aged receivable and Aged payable in accounting=> reports how can i do this?! I want the display the field after account field in the…
0
votes
0 answers

Odoo browse return wrong value on first call

I have a custom model with an init view for _auto = False when I access the list view I got wrong data in a Many2one field analytic_line_type_id ! Debugging results: > /odoo/odoo-server/odoo/models.py(3247)_read_format() -> for record, vals in…
m3asmi
  • 1,252
  • 1
  • 16
  • 36
0
votes
1 answer

How to make Qweb Report Accessible to Public User?

I am Trying to access Report URL http://192.168.0.158:8020/report/pdf/account.report_invoice/20 But it is asking me to login. I want my report to be accessible to an user outside of odoo. How can i achieve this?
0
votes
1 answer

Add Customer reference to Odoo POS receipt

We can configure Odoo POS to create an invoice for every order, so we will find an invoice in the menu Accounting>invoices for every POS order. In every invoice page there is a tab named "other info" which includes the feild (customer reference). my…
0
votes
1 answer

odoo 15: W3C validator: Element script must not have attribute defer unless attribute src is also specified

I'm working with odoo 15, when I use the w3c validator on my home page code I get this error: Element script must not have attribute defer unless attribute src is also specified.