~vauxoo/addons-vauxoo/addons-vauxoo-mrp_consume_produce-dev-julio

« back to all changes in this revision

Viewing changes to mrp_pt_planified/mrp_view.xml

  • Committer: Julio Serna
  • Date: 2012-09-14 04:53:03 UTC
  • mto: (443.1.11 addons-vauxoo)
  • mto: This revision was merged to the branch mainline in revision 461.
  • Revision ID: julio@vauxoo.com-20120914045303-11todgxlb0s2qovb
[INIT] added module mrp_pt_planified

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
        <record model="ir.ui.view" id="view_mrp_production_planified_inherit2">
 
6
            <field name="name">view.mrp.production.planified.inherit2</field>
 
7
            <field name="model">mrp.production</field>
 
8
            <field name="inherit_id" ref="mrp.mrp_production_form_view" />
 
9
            <field name="type">form</field>
 
10
            <field name="arch" type="xml">
 
11
                    <xpath expr="/form/notebook/page[@string='Scheduled Products']/field[@name='product_lines']" position="after">
 
12
                        <field name="pt_planified_ids">
 
13
                                <tree string="Products Planified">
 
14
                                        <field name="product_id"/>
 
15
                                        <field name="quantity"/>
 
16
                                </tree>
 
17
                                <form string="Products Planified">
 
18
                                        <field name="product_id"/>
 
19
                                        <field name="quantity"/>
 
20
                                </form>
 
21
                        </field>
 
22
                    </xpath>
 
23
            </field>
 
24
        </record>
 
25
 
 
26
 
 
27
    </data>
 
28
</openerp>