camptocamp / c2c-rd-addons

GNU Affero General Public License v3.0
15 stars 57 forks source link

Errors regarding netsvc #23

Open lonelyleaves opened 8 years ago

lonelyleaves commented 8 years ago

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?

ferdiga commented 8 years ago

which version? only 6.1 is tested production