[MERGE]:lp:~openerp-dev/openobject-addons/trunk-form-add-topbar-apa-work_order-mma
authorAmit Patel (OpenERP) <apa@tinyerp.com>
Fri, 4 May 2012 07:21:37 +0000 (12:51 +0530)
committerAmit Patel (OpenERP) <apa@tinyerp.com>
Fri, 4 May 2012 07:21:37 +0000 (12:51 +0530)
bzr revid: apa@tinyerp.com-20120504072137-ticbd1wnl4zosr0e

1  2 
addons/mrp_operations/mrp_operations.py

@@@ -86,7 -86,7 +86,7 @@@ class mrp_production_workcenter_line(os
      _order = "sequence, date_planned"
  
      _columns = {
-        'state': fields.selection([('draft','Draft'),('startworking', 'In Progress'),('pause','Pending'),('cancel','Cancelled'),('done','Finished')],'State', readonly=True,
 -       'state': fields.selection([('draft','Draft'),('pause','Pending'),('startworking', 'In Progress'),('cancel','Cancelled'),('done','Finished')],'State', readonly=True,
++       'state': fields.selection([('draft','Draft'),('cancel','Cancelled'),('pause','Pending'),('startworking', 'In Progress'),('done','Finished')],'State', readonly=True,
                                   help="* When a work order is created it is set in 'Draft' state.\n" \
                                         "* When user sets work order in start mode that time it will be set in 'In Progress' state.\n" \
                                         "* When work order is in running mode, during that time if user wants to stop or to make changes in order then can set in 'Pending' state.\n" \