[IMP] mrp_repair:change state name To Repair to confirmed

bzr revid: aag@tinyerp.com-20111012094240-pr4yenhrkqm5o738
This commit is contained in:
Atik Agewan (OpenERP) 2011-10-12 15:12:40 +05:30
parent 486068af6b
commit ddd6c53d25
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','To Repair'),
('confirmed','Confirmed'),
('ready','Ready to Repair'),
('under_repair','Under Repair'),
('2binvoiced','To be Invoiced'),