Odoo / OpenERP Number of digits after comma QWEB PDF Odoo This code bellow will display on the QWEB PDF 4 digits after comma of qty field, for 2 digits just replace by ‘%.2f’%
Odoo / OpenERP Odoo – Redirect user to a page in python This code bellow will redirect the user to customer invoice page, you will be able to set the model you would like to use with res_model and the id of …