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
Odoo 14 QWEB reporting
I'm trying to generate an invoice on pdf, part of the scope is to add some additional fields on the report, which I can edit the qweb xml and add things.
The problem I'm facing now, I'm trying to do s...
Steven com my
Votes: 0
Answers: 1
Odoo employee image is not been showed on website template
I'm trying to show the employee's picture (fields: hr_employee.image) on a website template. But the template just show the default picture for employees instead of the loaded image.
I tried this:
<...
southernegro
Votes: 0
Answers: 2