Merge lp:~camptocamp/openobject-addons/6.1-report_webkit-20120509 into lp:openobject-addons/6.1

Proposed by Yannick Vaucher @ Camptocamp
Status: Needs review
Proposed branch: lp:~camptocamp/openobject-addons/6.1-report_webkit-20120509
Merge into: lp:openobject-addons/6.1
Diff against target: 15 lines (+3/-2)
1 file modified
report_webkit/__openerp__.py (+3/-2)
To merge this branch: bzr merge lp:~camptocamp/openobject-addons/6.1-report_webkit-20120509
Reviewer Review Type Date Requested Status
Alexandre Fayolle - camptocamp (community) spelling Approve
OpenERP Core Team Pending
Review via email: mp+105225@code.launchpad.net

Commit message

[FIX] report_webkit - change description for new webkit lib path parameter

Description of the change

Little FIX in report_webkit description

Webkit librairy is not in company anymore.

Cheers,
Yannick

To post a comment you must log in.
Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

ok for me

review: Approve (spelling)
Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote :

As the configuration processe change this fix in description is needed to understand how to use the module.

Please merge it.

Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote :

Unmerged revisions

6793. By Yannick Vaucher @ Camptocamp

[FIX] report_webkit - change description for new webkit lib path parameter

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'report_webkit/__openerp__.py'
--- report_webkit/__openerp__.py 2012-01-31 13:36:57 +0000
+++ report_webkit/__openerp__.py 2012-05-09 15:49:20 +0000
@@ -64,8 +64,9 @@
64PDF. Version 0.9.9 or later is necessary, and can be found at http://code.google.com/p/wkhtmltopdf/64PDF. Version 0.9.9 or later is necessary, and can be found at http://code.google.com/p/wkhtmltopdf/
65for Linux, Mac OS X (i386) and Windows (32bits).65for Linux, Mac OS X (i386) and Windows (32bits).
6666
67After installing the library on the OpenERP Server machine, you need to set the67After installing the library on the OpenERP Server machine, you need to set
68path to the ``wkthtmltopdf`` executable file on each Company.68the path to the ``wkthtmltopdf`` executable file in a system parameter named ``webkit_path``
69in Settings -> Customization -> Low Level Object -> System Parameters
6970
70If you are experiencing missing header/footer problems on Linux, be sure to71If you are experiencing missing header/footer problems on Linux, be sure to
71install a "static" version of the library. The default ``wkhtmltopdf`` on72install a "static" version of the library. The default ``wkhtmltopdf`` on