Hi,
did the new installation for odoo in windows server 2008. Everything works fine except the print function for generating pdf files.
Getting the following eroor.
Report
Unable to find Wkhtmltopdf on this system. The report will be shown in html.
Installed wkhtmltp pdf also in the server. But it doesnt work.
Please adivce on this.
Thanks
James
Hi Jmaes, I've encountered this issue and resolved it in my install script for Ubuntu 14.04, although i'm not sure how this applies to Windows Server. The issue is thrown due to either the lack of or wrong version of the wkhtmltopdf package. I've resolved the issue by installing the latest Wkhtmltopdf package in Ubuntu: Wkhtmltopdf 0.12.1 You can download this from the project's sourceforge page: http://sourceforge.net/projects/wkhtmltopdf/ Please post back if this has resolved your issue as well, as I would be interested to know if this resolves the issue in Windows Server or not.
Hi luke, As mentioned in my earlier post i have already installed the said package in my windows server , But still getting the same error. I saw your earlier posts for ubuntu and tried in my ubuntu server and it worked well. This issue is only in windows. Because of this send email option is also not working. I think the installed package is not getting detected by odoo.
@James Matthews, I'll try to take a look at this on an Win 8.1 machine at some point next week and try to figure it out. I think it will have something to do with Odoo not detecting the correct path for wkhtmltopdf.