← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 878189] [NEW] [6.1 rc1] crash report when charging delivery on sale order

 

Public bug reported:

Clicked button + delivery on sale order of 2x PC1.

OpenERP WebClient Error
Client Traceback (most recent call last):
  File "/home/openerp/source/web/trunk/addons/web/common/http.py", line 154, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/openerp/source/web/trunk/addons/web/controllers/main.py", line 1083, in load
    context = req.session.eval_context(req.context)
  File "/home/openerp/source/web/trunk/addons/web/common/session.py", line 158, in eval_context
    return ccontext.evaluate(ctx)
  File "/home/openerp/source/web/trunk/addons/web/common/nonliterals.py", line 265, in evaluate
    final_context.update(context_to_eval.evaluate(ctx))
  File "/home/openerp/source/web/trunk/addons/web/common/nonliterals.py", line 265, in evaluate
    final_context.update(context_to_eval.evaluate(ctx))
  File "/home/openerp/source/web/trunk/addons/web/common/nonliterals.py", line 265, in evaluate
    final_context.update(context_to_eval.evaluate(ctx))
  File "/home/openerp/source/web/trunk/addons/web/common/nonliterals.py", line 185, in evaluate
    raise ValueError('Error during evaluation of this context: "%s", message: "%s"' % (self.get_context_string(), e.message))
ValueError: Error during evaluation of this context: "{'order_id':active_id}", message: "name 'active_id' is not defined"

** Affects: openerp-web
     Importance: Undecided
         Status: New


** Tags: rc1

** Tags added: rc1

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/878189

Title:
  [6.1 rc1] crash report when charging delivery on sale order

Status in OpenERP Web:
  New

Bug description:
  Clicked button + delivery on sale order of 2x PC1.

  OpenERP WebClient Error
  Client Traceback (most recent call last):
    File "/home/openerp/source/web/trunk/addons/web/common/http.py", line 154, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/openerp/source/web/trunk/addons/web/controllers/main.py", line 1083, in load
      context = req.session.eval_context(req.context)
    File "/home/openerp/source/web/trunk/addons/web/common/session.py", line 158, in eval_context
      return ccontext.evaluate(ctx)
    File "/home/openerp/source/web/trunk/addons/web/common/nonliterals.py", line 265, in evaluate
      final_context.update(context_to_eval.evaluate(ctx))
    File "/home/openerp/source/web/trunk/addons/web/common/nonliterals.py", line 265, in evaluate
      final_context.update(context_to_eval.evaluate(ctx))
    File "/home/openerp/source/web/trunk/addons/web/common/nonliterals.py", line 265, in evaluate
      final_context.update(context_to_eval.evaluate(ctx))
    File "/home/openerp/source/web/trunk/addons/web/common/nonliterals.py", line 185, in evaluate
      raise ValueError('Error during evaluation of this context: "%s", message: "%s"' % (self.get_context_string(), e.message))
  ValueError: Error during evaluation of this context: "{'order_id':active_id}", message: "name 'active_id' is not defined"

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/878189/+subscriptions


Follow ups

References