[IMP] mrp_repair:change state name Confirmed to Repair ==> To Repair

bzr revid: aag@tinyerp.com-20111012093238-2u82cugba2fd3336
This commit is contained in:
Atik Agewan (OpenERP) 2011-10-12 15:02:38 +05:30
parent f5290738fa
commit 486068af6b
1 changed files with 1 additions and 1 deletions

View 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','Confirmed to Repair'),
('confirmed','To Repair'),
('ready','Ready to Repair'),
('under_repair','Under Repair'),
('2binvoiced','To be Invoiced'),