0

I have tried to install wkhtml2pdf in odoo12 in ubuntu 18.04 but i could not get the report.and I can't uninstall the wkhtmltopdf

enter image description here

anand raj
  • 227
  • 3
  • 13

1 Answers1

0

I have also a problem like Wkhtmltopdf failed (error code: -8) only when I wanted to send-email or print, but I managed to overcome this as:
1. First, go to /opt/odoo12/odoo folder.
2. Now, Install wkhtmltopdf as,sudo apt-get install -y wkhtmltopdf
3. Stop and start odoo server.

Try this once, if it might help you solve this problem.

Bhuwan Khadka
  • 51
  • 3
  • 13