[FIX] sale_analytic_plans: Position of Analytic distribution field

lp bug: https://launchpad.net/bugs/728384 fixed

bzr revid: ara@tinyerp.com-20110308054626-63pcrctnlxkpxlc7
This commit is contained in:
ARA (OpenERP) 2011-03-08 11:16:26 +05:30
parent 1e681a15bc
commit fba4c4f2c3
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='product_id']" position="after">
<xpath expr="/form/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>