Hello! Does anyone know how to repeat a specific field on all pages of a qweb report?
What I want to do is inherit the name field found in account.move (the invoice number that is by default in the report), and I want that field to be repeated in all the sheets of a report, example: if in a qweb report 10 sheets are printed, I want that field to appear on all 10 sheets...
I already tried this module: https://apps.odoo.com/apps/modules/14.0/report_qweb_element_page_visibility/
And it didn't work, I also tried to put the fields in a div through xpath and it didn't work either, and I really don't know what else to try, I tried to modify the report header of account.report_invoice_document, but the truth is I don't know how to connect the website .external_layout to be able to modify it and add that field in the header (and only modify the qweb report of the invoices, do not modify any other report)...
Any ideas? Thank you!
Odoo 13 community.