~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to mrp_consume_produce/wizard/wizard_view.xml

[MERGE] Change dp precision to uom

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
            <field name="type">form</field>
11
11
            <field name="arch" type="xml">
12
12
                <form string="Consume">
13
 
                        <field name="consume_line_ids" mode="tree" nolabel="1">
 
13
                        <field name="consume_line_ids" mode="tree" nolabel="1" width="640" height="240">
14
14
                                <tree string="Consume" editable="bottom">
15
15
                                        <field name="product_id"/>
16
16
                                        <field name="quantity"/>
60
60
            <field name="type">form</field>
61
61
            <field name="arch" type="xml">
62
62
                <form string="Produce">
63
 
                        <field name="produce_line_ids" mode="tree" nolabel="1">
 
63
                        <field name="produce_line_ids" mode="tree" nolabel="1" width="640" height="240">
64
64
                                <tree string="Produce" editable="bottom">
65
65
                                        <field name="product_id"/>
66
66
                                        <field name="quantity"/>
74
74
                        </field>
75
75
                        <group colspan="4">
76
76
                                <button string="Cancel" icon="gtk-cancel" type="object" special="cancel"/>
77
 
                                <button string="Produced Products" icon="gtk-ok" name="action_produce" type="object"/>
 
77
                                <button string="Products Produced" icon="gtk-ok" name="action_produce" type="object"/>
78
78
                        </group>
79
79
                </form>
80
80
            </field>