Hi everyone,
I developed a module in Odoo 16 (community edition) on Windows that is functioning properly. However, after transferring the module to a new Linux server (Ubuntu 22.04) with Odoo 16 (community edition), everything worked as expected except for the generation of PDF reports. The issue lies in the missing header and footer in the reports. I utilize `web.html_layout` to print company information in the header.
The same issue persisted even when I removed my custom module and attempted to print in the sale modules.
I have undertaken the following actions without yielding any results:
- Using `
- Removing and reinstalling the `wkhtmltopdf`. (version 0.12.6)
- Testing on another VPS.
any one can help me regarding this issue?