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!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
7
d’abr. 23
|
27561 | ||
|
1
de gen. 24
|
1174 | ||
|
1
de juny 23
|
3377 | ||
|
1
d’abr. 22
|
8841 | ||
|
1
de nov. 21
|
5376 |
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