[FIX] sale_analytic_plans: error in xpath due to parent view change

bzr revid: qdp-launchpad@openerp.com-20120510140434-iv89sk9b2t1fzg7h
This commit is contained in:
Quentin (OpenERP) 2012-05-10 16:04:34 +02:00
parent 925b6baf83
commit 8d08dc9ca8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page/field[@name='order_line']/form/notebook/page/field[@name='delay']" position="after">
<xpath expr="/form/sheet/notebook/page/field[@name='order_line']/form/notebook/page/field[@name='delay']" position="after">
<field name="analytics_id" domain="[('plan_id','&lt;&gt;',False)]" groups="analytic.group_analytic_accounting"/>
</xpath>
</field>