[IMP] mrp: imp. production order view
authorHarry (Open ERP) <hmo@tinyerp.com>
Tue, 23 Feb 2010 05:42:19 +0000 (11:12 +0530)
committerHarry (Open ERP) <hmo@tinyerp.com>
Tue, 23 Feb 2010 05:42:19 +0000 (11:12 +0530)
bzr revid: hmo@tinyerp.com-20100223054219-hq0tvz3b38war7l1

addons/mrp/mrp_view.xml

index c7b7019..6c36b4c 100644 (file)
                         <page string="Finished Products">
                             <field colspan="2" name="move_created_ids" nolabel="1" widget="one2many_list"
                                mode="tree,form" height="275" domain="[('state','&lt;&gt;', ('done', 'cancel'))]">
-                               <tree string="Products to Consume">
+                               <tree string="Products to Finish">
                                        <field name="product_id" />
                                        <field name="product_qty" />
                                        <field name="product_uom" />
                                                icon="gtk-justify-fill" context="{'scrap': True}"
                                                states="draft,waiting,confirmed,assigned" />
                                </tree>
-                               <form string="Products to Consume">
+                               <form string="Products to Finish">
                                        <field name="product_id" />
                                        <field name="product_qty" />
                                        <field name="product_uom" />
 
                             <field colspan="2" name="move_created_ids2" nolabel="1"  domain="[('state','in', ('done', 'cancel'))]"
                                                widget="one2many_list" mode="tree,form" height="275">
-                                       <tree string="Consumed Products" editable="bottom">
+                                       <tree string="Finished Products" editable="bottom">
                                                <field name="product_id" readonly="1"/>
                                                <field name="product_qty" readonly="1"/>
                                                <field name="product_uom" readonly="1" />
                                                        string="D" type="action" icon="gtk-go-forward" 
                                                        states="done,cancel" />
                                        </tree>
-                                       <form string="Consumed Products">
+                                       <form string="Finished Products">
                                                <field name="product_id" />
                                                <field name="product_qty" />
                                                <field name="product_uom" />