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)
Counting xyz_ids in QWEB
I am trying to create a conditional block that will display a table with n>0 records. That is to say that if there are no records, the table is not displayed:
<t t-if="len(order_ids) > 0...
Matthew Goulart
Votes: 0
Answers: 1
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
Odoo 13: Contacts: Filter/Search - Get all individuals of companies with condition (category_id == 'Services')
Module Contacts: How to get all individuals of companies with a certain condition (e.g. category_id == 'Services'). Obviously condition may vary. I would like to use it in filter or search functions.

Erik
Votes: 0
Answers: 1
How to change string of Purchase Status(purchase_state) that is in Purchase Request? (ODOO)
So I want to change the string of "Purchase Order" inside Purchase Status(Inside Purchase Request) to something like "PO Created" when the purchase_state is in [purchase] but I don...

Vatana7
Votes: 0
Answers: 1