~vauxoo/addons-vauxoo/7.0-demo_maintenance-dev_luis

« back to all changes in this revision

Viewing changes to mrp_production_make_wzd/wizard/wizard_production_make.xml

  • Committer: Luis Torres
  • Date: 2012-08-13 19:17:48 UTC
  • mto: This revision was merged to the branch mainline in revision 398.
  • Revision ID: luis_t@vauxoo.com-20120813191748-feox7z7rf32wz1q4
[IMP][mrp_production_made_wzd]Change fields and metod to create manufacturing orders

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
            <field name="type">form</field>
8
8
            <field name="arch" type="xml">
9
9
                <form string="Production Make">
10
 
                    <field name="product_id" />
11
10
                    <field name="date_planned" />
12
11
                    <newline/>
13
 
                    <field name="product_qty"  string="Qty"/>
14
 
                    <field name="product_uom"  string="UOM"/>
15
 
                    <field colspan="2" name="move_created_ids" nolabel="1" widget="one2many_list"
16
 
                        mode="tree,form" height="275" domain="[('state','&lt;&gt;', ('done', 'cancel'))]">
17
 
                        <tree string="Products to Finish">
18
 
                            <field name="product_id" />
19
 
                            <field name="product_qty"  string="Qty"/>
20
 
                            <field name="product_uom"  string="UOM"/>
21
 
                            <field name="state" invisible="1"/>
22
 
                        </tree>
23
 
                    </field>
 
12
                    <field name="location_src_id"/>
 
13
                    <field name="location_dest_id"/>
 
14
                    <field name="products_ids" />
24
15
                    <button type="special" special="cancel" string="_Cancel" icon="gtk-cancel"/>
25
16
                    <button type="object" string="Add Production" name="action_add_production" icon="gtk-ok"/>
26
17
                </form>