I want to move the red section to under the "Quotation" heading to the right of the customer details.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to move the red section to under the "Quotation" heading to the right of the customer details.
Hi,
To move the "Question Date", "Expiration", and "Salesperson" section to the right of the "Quotation # 00004" heading in an Odoo report (likely a QWeb report), you'll need to modify the report's XML template.
- Locate the QWeb Report Template(sale.report_saleorder_document)
- Inherit the template and make changes in the inherited template.
Add your div or group by using XPath.
<xpath expr="//div[@name='informations_reference']" position="after">
<!-- Your custom div here -->
</xpath>
Ensure to upgrade the module.
Hope it helps
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
ago 25
|
388 | ||
|
3
ago 25
|
1644 | ||
|
1
jul 25
|
676 | ||
|
0
ago 25
|
538 | ||
|
1
jun 25
|
996 |