andreschenkels/odoo-install-scripts

Printing Reports

bentech opened this issue · 3 comments

Hi,

When printing reports you get the error on fresh install of ubuntu 14.04
"Report
Unable to find Wkhtmltopdf on this system. The report will be shown in html."

To fix this issue:

wget http://sourceforge.net/projects/wkhtmltopdf/files/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb
cp /usr/local/bin/wkhtmltopdf /usr/bin
cp /usr/local/bin/wkhtmltoimage /usr/bin

Hi
Thanks a lot

Merci
François
Le 23 sept. 2014 12:39, "Ben" notifications@github.com a écrit :

Hi,

When printing reports you get the error on fresh install of ubuntu 14.04
"Report
Unable to find Wkhtmltopdf on this system. The report will be shown in
html."

To fix this issue:

wget
http://sourceforge.net/projects/wkhtmltopdf/files/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb
cp /usr/local/bin/wkhtmltopdf /usr/bin
cp /usr/local/bin/wkhtmltoimage /usr/bin


Reply to this email directly or view it on GitHub
#11
.

I've made a new issue for this and created the code to add to this script, if André would want it.
See here: #12

Stuff has been added to the script