[FIX] account_anglo_saxon: bad xpath expression

bzr revid: stw@openerp.com-20120614105245-y0ddn28zauqnz07j
This commit is contained in:
Stephane Wirtel 2012-06-14 12:52:45 +02:00
parent 73c9a9d20d
commit 47266f41d4
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/field[@name='property_account_expense']" position="after">
<xpath expr="/form/notebook/page/group/group/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/>