Odoo/openerp 打印報表時,無法輸出PDF格式,提示下面的錯誤
Unable to find Wkhtmltopdf on this system. The report will be shown in html
wkhtmltopdf.org
原因是沒有安裝wkhtmltopdf或者路徑設置不正確.
按照下面的方法可以解決此問題.
到官方網站下載相關程序,根據服務器選擇相應的安裝包,win-32bit&64bit,ubuntu.....注意版本一定要0.12.1或更高版本.http://wkhtmltopdf.org/downloads.html 下載完后安裝.
1 . for Windows ,需要進行以下設置:
2 for Ubuntu 14.04
sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb
Copy binary or wkhtmltopdf to /usr/bin location from ./usr/local/bin use command
sudo cp /usr/local/bin/wkhtmltopdf /usr/bin/
Restart Odoo server and try once again.

