[IMP] Supplier check box should not be there if purchase is not installed.
authorDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Wed, 27 Jun 2012 07:29:04 +0000 (12:59 +0530)
committerDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Wed, 27 Jun 2012 07:29:04 +0000 (12:59 +0530)
bzr revid: mdi@tinyerp.com-20120627072904-jrl2k294kxi6crwx

openerp/addons/base/res/res_partner_view.xml

index aaab3a7..77c1070 100644 (file)
                                 </group>
                                 <group>
                                     <field name="customer"/>
-                                    <field name="supplier"/>
+                                    <field name="supplier" invisible="1"/>
                                     <field name="active"/>
                                 </group>
                             </group>