[IMP] purchase : Supplier check box should not be there if purchase is not installed.

bzr revid: mdi@tinyerp.com-20120627083428-ddvnhynkvmse854l
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-27 14:04:28 +05:30
parent fa3e1cab4d
commit c4ce05b9f0
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
<field name="property_product_pricelist" position="after">
<field name="property_product_pricelist_purchase" />
</field>
<field name="supplier" position="replace">
<field name="supplier"/>
</field>
</field>
</record>