[FIX] account_anglo_saxon: avoid two box purchase_ok field

as account_anglo_saxon depends from purchase and purchase already adds the field purchase_ok
Fixes #2630
This commit is contained in:
Prashant Panchal 2014-10-01 10:33:26 +05:30 committed by Martin Trigaux
parent 4c6a998c29
commit ecacffcb6e
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
<field name="arch" type="xml">
<field name="property_account_expense" position="after">
<label string="" colspan="2"/>
<field name="purchase_ok" invisible="1"/>
<field name="property_account_creditor_price_difference" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]" attrs="{'readonly':[('purchase_ok','=',0)]}" />
<newline/>
</field>