Hello,
In Odoo 18, I generate reports from data of my own module. Every thing is OK except, if in my report template, I use:
<t t-call="web.external_layout">
my code
</t>
In the top left of the pdf there is my company logo, that is OK, and bellow "My Company" while my company has an other name.
I have two questions:
- How to have the correct company name?
- What template file I have to modify (inherit_id=xxx) to change the header or the footer of the web.external_layout?
Thanks in advance,
Boris