v 8.0 Third Party 1169
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies MRP (mrp)
Social Network (mail)
Warehouse Management (stock)
Technical Name mrp_reopen
LicenseAGPL-3
Websitehttp://www.camptocamp.com
Versions 8.0
You bought this module and need support? Click here!

Allows reopening of confirmed production orders.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
by
Chris
on 6/2/15, 3:44 AM

In odoo v8.0 20150503 there are errors regarding netsvc. I found in netsvc.py an explanation to this problem: "The openerp.netsvc.LocalService() function is deprecated" so, I have changed the line wf_service = netsvc.LocalService("workflow") for wf_service = openerp.workflow in mrp.py from mrp_reopen module. It seems to work now.


Errors regarding netsvc
by
Jan
on 7/5/16, 6:31 AM

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?