Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3718 Vistas

I couldn't print PDF from odoo 15 community version

Avatar
Descartar
Mejor respuesta

Hi,

For printing qweb/pdf reports from Odoo, you have to install Wkhtmltopdf package.

For installing it:

Download the package

wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb

Install the package
sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb

Fix dependencies
sudo apt install -f

Thanks

Avatar
Descartar
Mejor respuesta

Hi,To print PDF report in odoo you need to install package wkhtmltopdfYou can follow the below command to install wkhtmltopdf.

sudo wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb
sudo apt install -f


And restart your odoo service.


Hope it helps

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
mar 25
1858
1
mar 25
1974
2
jul 24
4491
1
may 24
2925
0
jun 22
2654