[ADD] Source location on form view

(/tmp/trunk-generic/ rev 15.2.4)
(/tmp/7.0-add-sale_sourced_and_stock_ownership rev 22)
This commit is contained in:
Joel Grand-Guillaume
2013-07-30 23:18:22 +02:00
parent 5171e1c29f
commit 8a0e858a56

View File

@@ -12,5 +12,16 @@
</xpath>
</field>
</record>
<record id="view_order_form_form" model="ir.ui.view">
<field name="name">sale.order.form</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='order_line']/form/group/group/field[@name='product_id']"
position="after">
<field name="location_id"/>
</xpath>
</field>
</record>
</data>
</openerp>