I'm on Odoo 10, I've got a production environment and a test environment.
When I copied a report from test to production, it is different : the font is bigger (but it's the same file !).
Is there a setting which modify the qweb report ?
I'm on Odoo 10, I've got a production environment and a test environment.
When I copied a report from test to production, it is different : the font is bigger (but it's the same file !).
Is there a setting which modify the qweb report ?
This is probably a wkhtmltopdf
issue.
If you:
1) have the same qweb
2) have the same paperformat
3) and generaly speaking have everything that touches this report the same
Then your last call is to do wkhtmltopdf --version
on both instances to verify the version, and then make sure that they run the same.