Hi All,
Can you please help me with why the qweb report header is not printing on every report
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi All,
Can you please help me with why the qweb report header is not printing on every report
update wkhtmltopdf
sudo apt-get remove wkhtmltopdf
sudo apt-get autoremovewget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar -xf {file_name}
sudo cp wkhtmltox/bin/wkhtmltoimage /usr/bin/
sudo cp wkhtmltox/bin/wkhtmltopdf /usr/bin/
restart odoo server/
reference
https://www.odoo.yenthevg.com/install-wkhtmltopdf-on-ubuntu/
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
7
Apr 23
|
26600 | ||
|
1
Jan 24
|
422 | ||
|
1
Jun 23
|
2188 | ||
|
1
Apr 22
|
8014 | ||
|
1
Nov 21
|
4446 |
Custom report? Have you set the paper format? If it's a custom report do you have the calss="page" in your report?
<t t-foreach="docs" t-as="o">
<div class="page">
Check your wkhtmltopdf version. It is recommended to use 0.12.1