[MERGE] report_webkit: remove deprecated 'lib_path' field on company

bzr revid: xal@openerp.com-20120411210106-pn5ufigfigmzouo5
This commit is contained in:
Xavier ALT 2012-04-11 23:01:06 +02:00
commit 02fc18131c
2 changed files with 0 additions and 7 deletions

View 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()

View 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"/>