[FIX] account_anglo_saxon: Set the right xpath expression for an inheritance

bzr revid: stw@openerp.com-20120614124200-hsfg65v54j4bz51v
This commit is contained in:
Stephane Wirtel 2012-06-14 14:42:00 +02:00
parent 47266f41d4
commit 5aff93a76d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="account.product_normal_form_view"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page/group/group/field[@name='property_account_expense']" position="after">
<xpath expr="//field[@name='property_account_expense']" position="after">
<label string="" colspan="2"/>
<field name="property_account_creditor_price_difference" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]" attrs="{'readonly':[('purchase_ok','=',0)]}" />
<newline/>