You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model “MRP Reopen” The fix didn't work for me. When trying "Rest to draft" it will gain create this error message: ... File "/opt/odoo/openerp/addons/mrp_reopen/mrp.py", line 119, in action_reopen wf_service = openerp.workflow NameError: global name 'netsvc' is not defined. My line 118-120: self.write(cr, uid, mrp.id, {'state':'draft'}) wf_service = openerp.workflow wf_service.trg_delete(uid, 'mrp.production', mrp.id, cr) Any idea, what to do?I have changed the line “wf_service = netsvc.LocalService("workflow") ”for ”wf_service = openerp.workflow“ in mrp.py from mrp_reopen module. and then,what to do?
The text was updated successfully, but these errors were encountered:
model “MRP Reopen” The fix didn't work for me. When trying "Rest to draft" it will gain create this error message: ... File "/opt/odoo/openerp/addons/mrp_reopen/mrp.py", line 119, in action_reopen wf_service = openerp.workflow NameError: global name 'netsvc' is not defined. My line 118-120: self.write(cr, uid, mrp.id, {'state':'draft'}) wf_service = openerp.workflow wf_service.trg_delete(uid, 'mrp.production', mrp.id, cr) Any idea, what to do?I have changed the line “wf_service = netsvc.LocalService("workflow") ”for ”wf_service = openerp.workflow“ in mrp.py from mrp_reopen module. and then,what to do?
The text was updated successfully, but these errors were encountered: