Hello everyone,
I am using Odoo 12 and have a legal requirement regardless report invoice and sale report.
I have to show the document details (document type, number, date, etc.) on every report page (not just the first one).
So, core Odoo report invoice allows me to print this information only at the first page.
In Odoo we have (first page):
Customer Name
Customer Address
...
Country
VAT
Below we have document details with number, date, etc.
What I need to do is to show the document details on the top of the page (starting from page 2), like:
Customer: Customer Name
Document Type: Invoice
Number: INV XXX/2020
Issue Date: 10-10-2020
I was able to add the desired values to variables in qweb, but I don't now how to check if page >1 in order to show the desired values...
Can anyone help me include this information at the top of every page other than the first one?
I have searched and could not find any solution for this.
Thank you all in advance
Best regards
PM