[FIX] account_anglo_saxon : wrong view definition product_category - has no purchase_ok

lp bug: https://launchpad.net/bugs/919548 fixed

bzr revid: mdi@tinyerp.com-20120123071002-gmw7r4na28rjyu6i
This commit is contained in:
Ferdinand 2012-01-23 12:40:02 +05:30 committed by Divyesh Makwana (Open ERP)
parent 8ffb0a310f
commit c3c209c043
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<form position="inside">
<group col="2" colspan="2">
<separator string=" Accounting Property" colspan="2"/>
<field name="property_account_creditor_price_difference_categ" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]" attrs="{'readonly':[('purchase_ok','=',0)]}" />
<field name="property_account_creditor_price_difference_categ" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>
</group>
</form>
</field>