Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
139 Widoki

I want to move the red section to under the "Quotation" heading to the right of the customer details.

https://ibb.co/5g7MRrBk

Awatar
Odrzuć
Najlepsza odpowiedź

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


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
sie 25
407
3
sie 25
1655
1
lip 25
681
0
sie 25
541
1
cze 25
1013