[Fix] mrp_repair:when Repair Orders confirmed state is Confirmed to Repair

lp bug: https://launchpad.net/bugs/872253 fixed

bzr revid: aag@tinyerp.com-20111011124759-3981imbw2kjklk5f
This commit is contained in:
Atik Agewan (OpenERP) 2011-10-11 18:17:59 +05:30
parent 9ceaf4fdf3
commit f5290738fa
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','Confirmed to Repair'),
('ready','Ready to Repair'),
('under_repair','Under Repair'),
('2binvoiced','To be Invoiced'),