Hi all,
Is there any way to create for example two printable (pdf) documents from one model? Example: my client wants to print two versions of the Repair Order: 1 for external sharing with the customer, and 1 for internal use. The internal version has more information.
I can create a new report with a new Template Name in the Odoo back-end via Settings > Technical > Reports > Reports, and then create a new QWeb view on this report, but printing it gives an error (QWebTemplateNotFound). When I instead use the same Template Name is in the existing report, I cannot see my new QWeb views because these are related to the template view.
How can I fix this and create a second report on top of the same model, without touching the xml and py code on the server? I want to do this from the Odoo application.
Cheers,
Bas