[FIX] report_webkit - __openerp__.py descriptor, correct explanation on how to set the wkhtmltopdf path

lp bug: https://launchpad.net/bugs/1113418 fixed

bzr revid: yannick.vaucher@camptocamp.com-20130211104249-ipobmq3a2q8ycygu
This commit is contained in:
Yannick Vaucher 2013-02-11 11:42:49 +01:00
parent b8b09df454
commit 964bb5a7ca
1 changed files with 3 additions and 2 deletions

View File

@ -62,8 +62,9 @@ This module requires the ``wkthtmltopdf`` library to render HTML documents as
PDF. Version 0.9.9 or later is necessary, and can be found at
http://code.google.com/p/wkhtmltopdf/ for Linux, Mac OS X (i386) and Windows (32bits).
After installing the library on the OpenERP Server machine, you need to set the
path to the ``wkthtmltopdf`` executable file on each Company.
After installing the library on the OpenERP Server machine, you need to set
the path to the ``wkthtmltopdf`` executable file in a system parameter named ``webkit_path``
in Settings -> Customization -> Low Level Object -> System Parameters
If you are experiencing missing header/footer problems on Linux, be sure to
install a 'static' version of the library. The default ``wkhtmltopdf`` on