[IMP] remove string
authorKuldeep Joshi (OpenERP) <kjo@tinyerp.com>
Mon, 25 Jun 2012 06:19:50 +0000 (11:49 +0530)
committerKuldeep Joshi (OpenERP) <kjo@tinyerp.com>
Mon, 25 Jun 2012 06:19:50 +0000 (11:49 +0530)
bzr revid: kjo@tinyerp.com-20120625061950-nw23wvb4zcu86dzh

addons/mrp/mrp_view.xml

index 2b2e073..6a53efa 100644 (file)
                                 <field name="move_lines2" domain="[('state','in', ('done', 'cancel'))]">
                                    <tree colors="red:scrapped==True;blue:state == 'draft';black:state in('picking_except','confirmed','ready','in_production');gray:state == 'cancel' " string="Consumed Products" editable="bottom">
                                        <field name="product_id" readonly="1"/>
-                                       <field name="product_qty" readonly="1" string="Quantity"/>
+                                       <field name="product_qty" readonly="1"/>
                                        <field name="product_uom" readonly="1" string="Unit of Measure"/>
                                        <field name="prodlot_id" context="{'product_id': product_id}"/>
                                        <field name="state" invisible="1"/>
                             <field name="move_created_ids" domain="[('state','&lt;&gt;', ('done', 'cancel'))]" nolabel="1">
                                 <tree string="Products to Finish">
                                     <field name="product_id" />
-                                    <field name="product_qty"  string="Quantity"/>
+                                    <field name="product_qty"/>
                                     <field name="product_uom"  string="Unit of Measure"/>
                                     <field name="state" invisible="1"/>
                                     <button name="%(stock.action_partial_move_server)d"
                             <field name="move_created_ids2" domain="[('state','in', ('done', 'cancel'))]" nolabel="1">
                                 <tree colors="red:scrapped==True;blue:state == 'draft';black:state in('picking_except','confirmed','ready','in_production');gray:state in('cancel','done') " string="Finished Products">
                                     <field name="product_id" readonly="1"/>
-                                    <field name="product_qty" readonly="1" string="Quantity"/>
+                                    <field name="product_qty" readonly="1"/>
                                     <field name="product_uom" readonly="1" string="Unit of Measure"/>
                                     <field name="location_dest_id"  readonly="1" string="Destination Loc." widget="selection"/>
                                     <field name="prodlot_id" context="{'product_id': product_id}"/>