[IMP] mrp_repair:change state name To Repair to confirmed
authorAtik Agewan (OpenERP) <aag@tinyerp.com>
Wed, 12 Oct 2011 09:42:40 +0000 (15:12 +0530)
committerAtik Agewan (OpenERP) <aag@tinyerp.com>
Wed, 12 Oct 2011 09:42:40 +0000 (15:12 +0530)
bzr revid: aag@tinyerp.com-20111012094240-pr4yenhrkqm5o738

addons/mrp_repair/mrp_repair.py

index 7716404..18979e9 100644 (file)
@@ -122,7 +122,7 @@ class mrp_repair(osv.osv):
         'prodlot_id': fields.many2one('stock.production.lot', 'Lot Number', select=True, domain="[('product_id','=',product_id)]"),
         'state': fields.selection([
             ('draft','Quotation'),
-            ('confirmed','To Repair'),
+            ('confirmed','Confirmed'),
             ('ready','Ready to Repair'),
             ('under_repair','Under Repair'),
             ('2binvoiced','To be Invoiced'),