[FIX] report_webkit remove unused lib_path field
authornicolas.bessi@camptocamp.com <>
Tue, 6 Mar 2012 16:57:12 +0000 (17:57 +0100)
committernicolas.bessi@camptocamp.com <>
Tue, 6 Mar 2012 16:57:12 +0000 (17:57 +0100)
bzr revid: nicolas.bessi@camptocamp.com-20120306165712-r1ulhg7dkz1cm7e9

addons/report_webkit/company.py
addons/report_webkit/company_view.xml

index eaf3c02..8be9b40 100644 (file)
@@ -50,12 +50,6 @@ class ResCompany(osv.osv):
                                                     'html_id',
                                                     'Available html',
                                                 ),
-                'lib_path' : fields.char('Webkit Executable Path', size=264,
-                                         help="Full path to the wkhtmltopdf executable file. "
-                                              "Version 0.9.9 is required. Install a static version "
-                                              "of the library if you experience missing header/footers "
-                                              "on Linux."),
-
     }
 ResCompany()
 
index 04c2103..bf4c13d 100644 (file)
@@ -8,7 +8,6 @@
             <field name="arch" type="xml">
                 <notebook position="inside">
                     <page string="Webkit">
-                        <field name="lib_path" colspan="4"/>
                         <separator string="Images" colspan="4"/>
                         <field name="header_image" colspan="4" nolabel="1"/>
                         <separator string="Headers" colspan="4"/>