~eduardo-bayardo-bias/bias-trunk/bias_trunk

« back to all changes in this revision

Viewing changes to bias_product_related_cost/product_view.xml

  • Committer: Arturo Galvan Rdz.
  • Date: 2011-05-09 21:20:52 UTC
  • mfrom: (186 bias_trunk)
  • mto: (193.1.28 bias_trunk)
  • mto: This revision was merged to the branch mainline in revision 188.
  • Revision ID: agalvan@duglas.com.mx-20110509212052-bnpo469jwrm5rm1o
Merge

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
        
 
5
<!--        All Product Price Tab -->
 
6
    <record id="view_product_price_form" model="ir.ui.view">
 
7
        <field name="name">res.product.price.inherit</field>
 
8
        <field name="model">product.product</field>
 
9
        <field name="type">form</field>
 
10
        <field name="inherit_id" ref="product.product_normal_form_view"/>
 
11
        <field name="arch" type="xml">
 
12
            <xpath expr="//notebook[last()]" position="inside">
 
13
                <page string="Product's Costs">
 
14
                    <field name="first_cost"/>
 
15
                    <newline/>
 
16
                    <field name="last_cost"/>
 
17
                    <newline/>
 
18
                    <field name="purchase_standard_price"/>
 
19
                    <newline/>
 
20
                    <field name="clon_standard_price"/>
 
21
                </page>
 
22
            </xpath>
 
23
        </field>
 
24
    </record>
 
25
 
 
26
    </data>
 
27
</openerp>