~jo0thlt/sfsoluciones/mtf

« back to all changes in this revision

Viewing changes to sfs_product_location/wizard/stock_location_product_view.xml

  • Committer: contact at zbeanztech
  • Date: 2014-11-07 18:54:14 UTC
  • Revision ID: contact@zbeanztech.com-20141107185414-tzybvn7293tju4ce
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record id="sfs_stock_location_product_inherit" model="ir.ui.view">
 
5
            <field name="name">sfs.stock.location.product.inherit</field>
 
6
            <field name="model">stock.location.product</field>
 
7
            <field name="inherit_id" ref="stock.view_stock_location_product"/>
 
8
            <field name="arch" type="xml">
 
9
                <xpath expr="//field[@name='type']" position="after">
 
10
                    <field name="location_id" required="True"/>
 
11
                </xpath>
 
12
            </field>
 
13
        </record>
 
14
    </data>
 
15
</openerp>