Hello,
I'm on a ubunut 16.04 server with Odoo11
I installed wkhtmltopdf v. 0.12.4 qt this way:
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
sudo tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
sudo mv wkhtmltox/bin/wkhtmlto* /usr/bin/
ls -l /usr/bin/wkhtml*
sudo chown root:root /usr/bin/wkhtmltopdf
sudo chown root:root /usr/bin/wkhtmltoimage
I can generate a page directly from the command line.
On the other hand in Odoo there is an Odoo error message empty of any information.
I tried to install the latest version 0.12.5 but without any more success.
What is the right way to install wkhtmltopdf
Thank you in advance.