Skip to Content
Menu
This question has been flagged
3 Replies
3522 Views

When I remove my custom header and footer changes, my Odoo reports all print without a footer. The default header does come back. I think it is an issue in my code somewhere, but I wanted to ask and see if anyone experiences any similarities. I have checked system parameter URLs and other common header/footer problems.

Avatar
Discard
Author Best Answer

I think there was an issue with my WKHTMLTOPDF on CentOS. I reinstalled in Ubuntu and do not have the issue.

Avatar
Discard
Best Answer

for default header and footer you need to put external_layout in qweb report

like example

<t t-call="report.external_layout">



</t>

Avatar
Discard
Best Answer

You might want to check the page and header/footer margins and try to reset them to standard.

Avatar
Discard
Related Posts Replies Views Activity
7
Dec 23
20782
0
Oct 24
117
1
Apr 24
965
7
Sep 24
22445
1
Mar 24
275