Top "Qweb" questions

QWeb is the template engine used by the OpenERP/Odoo Web Client.

How can I format date in Odoo 10 QWeb report?

t-field-option is not working. I have tried <span t-field="o.date_invoice" t-field-options='{"format": "MM/dd/yyyy"}'/&…

qweb odoo-10
How to display an image in a QWeb report?

I extended the 'report.external_layout_footer' qweb view to display image. Below is my code in the file reports/…

pdf openerp odoo qweb
How can I format date in Odoo 8 QWeb report?

The date in my Sales Order is currently showing as: Fecha: 21/11/2014 16:59:15 I want to show something like this: Fecha: Surco, 21 …

report openerp qweb
[Odoo][Qweb]Dictionary foreach, print key and value

Is there a way to print key and value from a python dictionary in loop Qweb? For example, if I …

python openerp qweb
How can I make a "for-loop" with a specific number of loops in Qweb?

I would like to make a loop to print elements an exact amount of times. Something like this: <t …

xml for-loop odoo odoo-8 qweb
How to remove the Powered by Odoo #1 Open Source eCommerce footer from front end of Odoo 8?

How do you remove the backlinks from the public front end of Odoo 8? Location: lower right corner of the page, …

javascript python odoo openerp-8 qweb
How to set PDF name in qWeb report, Odoo?

I'm making reports using qWeb in Odoo 8. Those generated PDF files are saved with a "default" name. I would like …

report odoo-8 qweb
How to print images in Custom QWeb reports in Odoo?

I would like to display images which are uploaded by users in my custom Qweb reports. Which is the best …

xml image report odoo qweb
How can I output a odoo 8 datetime field without time on a qweb report?

I want to output a odoo 8 datetime field in the localization format but without time. I extended the t-field with …

xml report odoo-8 odoo qweb
How to use t-if for string odoo?

I would like to show the value of the o.employee_id.name variable inside a cell table only when …

xml odoo odoo-8 qweb