~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to mrp_production_bom_related/mrp_view.xml

  • Committer: Jose Antonio
  • Author(s): Vauxoo
  • Date: 2012-03-27 19:17:09 UTC
  • mto: This revision was merged to the branch mainline in revision 186.
  • Revision ID: jose@vauxoo.com-20120327191709-j5out2jdy19a5yxv

[ADD] Added module to add date and time in the invoice for compute products costs

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="mrp_inherit_related_form" model="ir.ui.view">
5
 
            <field name="name">mrp.inherit.related.form</field>
6
 
            <field name="model">mrp.production</field>
7
 
            <field name="inherit_id" ref="mrp.mrp_production_form_view"/>
8
 
            <field name="arch" type="xml">
9
 
                <xpath expr="/form/sheet/group/group/field[@name='date_planned']" position="before">
10
 
                    <group colspan="2">
11
 
                        <field name="bom_qty" groups="mrp_production_bom_related.group_related_mrp_prod_bom"/>
12
 
                        <field name="bom_uom" groups="mrp_production_bom_related.group_related_mrp_prod_bom"/>
13
 
                    </group>
14
 
                </xpath> 
15
 
            </field>
16
 
        </record>
17
 
    </data>
18
 
</openerp>
 
 
b'\\ No newline at end of file'