[IMP] removal of usages of the deprecated node.getchildren call, better usage of...
[odoo/odoo.git] / addons / stock_no_autopicking / stock_no_autopicking_view.xml
1 <?xml version="1.0" ?>
2 <openerp>
3         <data>
4
5                 <record model="ir.ui.view" id="view_product_form_auto_pick">
6                         <field name="name">product.normal.auto_pick.form</field>
7                         <field name="model">product.product</field>
8                         <field name="inherit_id" ref="product.product_normal_form_view" />
9                         <field name="type">form</field>
10                         <field name="arch" type="xml">
11                                 <field name="product_manager" position="after">
12                                         <field name="auto_pick" />
13                                 </field>
14                         </field>
15                 </record>
16
17         </data>
18 </openerp>