Hello everyone,
I’m trying to customize the way PDFs are generated in Odoo (v17) for quotations. By default, when Odoo generates the PDF, it places the product-related documents (PDFs linked to products) before the actual quotation.
What I would like to achieve is the opposite:
- Add the PDF Header page (if defined)
- Then, display the quotation in the PDF.
- Then, append the product-related documents at the end.
- And add the PDF Footer (if defined)
Has anyone encountered this issue or knows how to modify the order of the pages in the generated PDF?
Thanks in advance for your help!