I have a module that makes use of a "contract" report. The issue is that in a multi-company environment, this report needs to be different for each company. How can I dinamically create a document that can be edited for each company?
As of now, the same report is used in all companies, and needs to be edited via code, or tecnical tools->reports->Qweb content.
I've thought about creating an email template but I need to print the document to be signed.
Other option is to create a blank report that just includes a single field with the "template" content, however, i need to access fields from the model, how would I escape rendering the "template" field to include fields from the model?