[FIX] Disable the default logo for the company
authorStephane Wirtel <stephane@openerp.com>
Mon, 18 Oct 2010 20:34:16 +0000 (22:34 +0200)
committerStephane Wirtel <stephane@openerp.com>
Mon, 18 Oct 2010 20:34:16 +0000 (22:34 +0200)
bzr revid: stephane@openerp.com-20101018203416-0y42w2o1jing34q5

bin/addons/base/res/res_company.py

index 4267313..4276eea 100644 (file)
@@ -276,7 +276,7 @@ class res_company(osv.osv):
         'rml_header':_get_header,
         'rml_header2': _get_header2,
         'rml_header3': _get_header3,
-        'logo':_get_logo
+        #'logo':_get_logo
     }
 
     _constraints = [