~cag/openerp-usa/cag-6.0-dev

« back to all changes in this revision

Viewing changes to assembly_bom/product_view.xml

  • Committer: Sinoj Sebastian
  • Date: 2011-10-06 12:52:18 UTC
  • Revision ID: ssebastian@novapointgroup.com-20111006125218-emkvef2v2fw0vp9m
General Modules Updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record id="product_product_tree_view_inherit" model="ir.ui.view">
 
5
            <field name="name">product.product.tree.inherit</field>
 
6
            <field name="model">product.product</field>
 
7
            <field name="type">tree</field>
 
8
            <field name="inherit_id" ref="product.product_product_tree_view"/>
 
9
            <field eval="22" name="priority"/>
 
10
            <field name="arch" type="xml">
 
11
                <xpath expr="//field[@name='virtual_available']" position="after">
 
12
                        <field name="bom_stock"/>
 
13
                                </xpath>
 
14
            </field>
 
15
        </record>
 
16
        
 
17
    </data>
 
18
</openerp>