~argilsoft/+junk/pexego-addons-7.0

« back to all changes in this revision

Viewing changes to sale_commission/product_view.xml

  • Committer: Israel CA
  • Date: 2013-10-22 21:54:35 UTC
  • Revision ID: israel.cruz@hesatecnica.com-20131022215435-jo9l2iq7di64bqjn
Importación inicial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data>
 
4
        
 
5
        <record id="product_normal_form_view_excclude_commisions" model="ir.ui.view">
 
6
            <field name="name">product.normal.form.exclude_commissions</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="company_id" position="after">
 
12
                    <field name="commission_exent"/>
 
13
                </field>
 
14
            </field>
 
15
        </record>
 
16
 
 
17
    </data>
 
18
</openerp>