This question has been flagged
2474 Views

I desparately need to issue a sales order and invoice a client and I keep getting this error:

Client Traceback (most recent call last):

File "/Users/imac/Desktop/openerp/openerp/addons/web/http.py", line 204, in dispatch response["result"] = method(self, *self.params) File "/Users/imac/Desktop/openerp/openerp/addons/web/controllers/main.py", line 1132, in call_button action = self._call_kw(req, model, method, args, {}) File "/Users/imac/Desktop/openerp/openerp/addons/web/controllers/main.py", line 1120, in _call_kw return getattr(req.session.model(model), method)(args, **kwargs) File "/Users/imac/Desktop/openerp/openerp/addons/web/session.py", line 42, in proxy result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw) File "/Users/imac/Desktop/openerp/openerp/addons/web/session.py", line 30, in proxy_method result = self.session.send(self.service_name, method, *args) File "/Users/imac/Desktop/openerp/openerp/addons/web/session.py", line 103, in send raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)

Server Traceback (most recent call last): File "/Users/imac/Desktop/openerp/openerp/addons/web/session.py", line 89, in send return openerp.netsvc.dispatch_rpc(service_name, method, args) File "/Users/imac/Desktop/openerp/openerp/netsvc.py", line 292, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/Users/imac/Desktop/openerp/openerp/service/web_services.py", line 626, in dispatch res = fn(db, uid, params) File "/Users/imac/Desktop/openerp/openerp/osv/osv.py", line 188, in execute_kw return self.execute(db, uid, obj, method, *args, *kw or {}) File "/Users/imac/Desktop/openerp/openerp/osv/osv.py", line 131, in wrapper return f(self, dbname, args, *kwargs) File "/Users/imac/Desktop/openerp/openerp/osv/osv.py", line 197, in execute res = self.execute_cr(cr, uid, obj, method, args, *kw) File "/Users/imac/Desktop/openerp/openerp/osv/osv.py", line 185, in execute_cr return getattr(object, method)(cr, uid, args, *kw) File "/Users/imac/Desktop/openerp/openerp/addons/portal_sale/portal_sale.py", line 64, in action_button_confirm return super(sale_order, self).action_button_confirm(cr, uid, ids, context=context) File "/Users/imac/Desktop/openerp/openerp/addons/sale/sale.py", line 577, in action_button_confirm wf_service.trg_validate(uid, 'sale.order', ids[0], 'order_confirm', cr) File "/Users/imac/Desktop/openerp/openerp/workflow/wkf_service.py", line 119, in trg_validate res2 = instance.validate(cr, id, ident, signal) File "/Users/imac/Desktop/openerp/openerp/workflow/instance.py", line 43, in validate workitem.process(cr, witem, ident, signal, force_running, stack=stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 60, in process ok = _split_test(cr, workitem, activity['split_mode'], ident, signal, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 175, in _split_test _join_test(cr, t[0], t[1], ident, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 183, in _join_test create(cr,[activity], inst_id, ident, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 40, in create process(cr, res, ident, stack=stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 60, in process ok = _split_test(cr, workitem, activity['split_mode'], ident, signal, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 175, in _split_test _join_test(cr, t[0], t[1], ident, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 183, in _join_test create(cr,[activity], inst_id, ident, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 40, in create process(cr, res, ident, stack=stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 60, in process ok = _split_test(cr, workitem, activity['split_mode'], ident, signal, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 175, in _split_test _join_test(cr, t[0], t[1], ident, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 183, in _join_test create(cr,[activity], inst_id, ident, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 40, in create process(cr, res, ident, stack=stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 52, in process result = _execute(cr, workitem, activity, ident, stack) File "/Users/imac/Desktop/openerp/openerp/workflow/workitem.py", line 106, in _execute returned_action = wkf_expr.execute(cr, ident, workitem, activity) File "/Users/imac/Desktop/openerp/openerp/workflow/wkf_expr.py", line 67, in execute return _eval_expr(cr, ident, workitem, activity['action']) File "/Users/imac/Desktop/openerp/openerp/workflow/wkf_expr.py", line 57, in _eval_expr ret = eval(line, env, nocopy=True) File "/Users/imac/Desktop/openerp/openerp/tools/safe_eval.py", line 241, in safe_eval return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict) File "", line 1, in <module> File "/Users/imac/Desktop/openerp/openerp/osv/orm.py", line 374, in function_proxy return attr(self._cr, self._uid, [self._id], args, *kwargs) File "/Users/imac/Desktop/openerp/openerp/addons/product_bundle/sale.py", line 187, in action_ship_create self._create_pickings_and_procurements(cr, uid, order, order.order_line, None, context=context) File "/Users/imac/Desktop/openerp/openerp/addons/product_bundle/sale.py", line 149, in _create_pickings_and_procurements del line_vals['picking_id'] KeyError: 'picking_id'

If anyone could help me out that would be great.

Thanks

Avatar
Discard