Launchpad automatic translations update.
[odoo/odoo.git] / addons / report_webkit / company.py
index 0b5144b..82e9f40 100644 (file)
@@ -50,10 +50,7 @@ class ResCompany(osv.osv):
                                                     'html_id', 
                                                     'Available html',
                                                 ),
-                'lib_path' : fields.char('Webkit Executable Path', size=264, help="Complete (Abolute) path to the wkhtmltopdf executable."),
+                'lib_path' : fields.char('Webkit Executable Path', size=264, help="Complete (Absolute) path to the wkhtmltopdf executable."),
 
     }   
-    _defaults = {
-         'lib_path': lambda *a: 'wkhtmltopdf-0.9.9'
-     }     
 ResCompany()
\ No newline at end of file