[FIX] sale_layout: place layout category when opening order line in target new

bzr revid: sle@openerp.com-20140423145313-55tn0xqmxgzg8uyt
This commit is contained in:
Simon Lejeune 2014-04-23 16:53:13 +02:00
parent f340fc33ea
commit 0ed42faa61
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
<xpath expr="//notebook/page/field[@name='order_line']/tree[@string='Sales Order Lines']/field[@name='product_id']" position="after">
<field name="sale_layout_cat_id"/>
</xpath>
<xpath expr="//field[@name='order_line']/form/group/group/field[@name='product_id']" position="after">
<field name="sale_layout_cat_id"/>
</xpath>
</data>
</field>
</record>