HtmlToPdf on raspbian stretch


Update 08.02.2021: We are no longer using Odoo, due to the complexity for our users. Too much possibilities and not enough ‘feeling’ for czech people.


In order to print PDF reports in Odoo, we need the wkhtmltopdff tool. The recommended version for Odoo is 0.12.1 which is not available in the official Ubuntu 18.04 repositories. Not all describing pages connect to the correct working download for Raspbian stretch.

The one we found working we got with;

wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.raspbian.stretch_armhf.deb

And install the package with;

sudo apt install ./wkhtmltox_0.12.5-1.raspbian.stretch_armhf.deb

Then restart Odoo to make it work.

sudo systemctl restart odoo