~openerp/openobject-addons/6.0-search-account-journal-view-using-xml_id-instead-of-name-olt

« back to all changes in this revision

Viewing changes to stock_no_autopicking/stock_no_autopicking_view.xml

  • Committer: Sofia
  • Date: 2008-09-16 11:45:13 UTC
  • mto: (1558.2.75 addons)
  • mto: This revision was merged to the branch mainline in revision 1588.
  • Revision ID: sahibsofia@gmail.com-20080916114513-7an9yz59hucjmjk8
The following modules are merged::
addons-extra/product_procurement -> mrp module
addons-extra/inventory_merge -> stock
addons-extra/product_pricelist_print -> product
addons-extra/invoice_payment -> account 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>