[MERGE] lp:919548 (account_anglo_saxon: fix incorrect attrs in product category view)

bzr revid: rco@openerp.com-20120127094727-cl73uhi205r1hk7z
This commit is contained in:
Raphael Collet 2012-01-27 10:47:27 +01:00
commit 8fd922a96a
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>