← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 862140] Re: when creating a new record of evaluation

 

fix released in revision 5313 of addons.

** Changed in: openobject-addons
       Status: Fix Committed => Fix Released

-- 
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/862140

Title:
  when creating a new record of evaluation

Status in OpenERP Addons (modules):
  Fix Released

Bug description:
  HR > Evaluation > New(record)

  # when i tried to create new record in Evaluation i got the following
  Traceback and same Traceback while creating o2m record Evaluation >
  Appraisal > interview evaluation

  Client Traceback (most recent call last):
    File "/home/han/rdtool/client-web/trunk/addons/web/common/dispatch.py", line 161, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/han/rdtool/client-web/trunk/addons/web/controllers/main.py", line 935, in load
      return self.fields_view_get(req, model, view_id, view_type, toolbar=toolbar)
    File "/home/han/rdtool/client-web/trunk/addons/web/controllers/main.py", line 791, in fields_view_get
      context = req.session.eval_context(req.context)
    File "/home/han/rdtool/client-web/trunk/addons/web/common/session.py", line 168, in eval_context
      return ccontext.evaluate(ctx)
    File "/home/han/rdtool/client-web/trunk/addons/web/common/nonliterals.py", line 248, in evaluate
      final_context.update(context_to_eval.evaluate(ctx))
    File "/home/han/rdtool/client-web/trunk/addons/web/common/nonliterals.py", line 248, in evaluate
      final_context.update(context_to_eval.evaluate(ctx))
    File "/home/han/rdtool/client-web/trunk/addons/web/common/nonliterals.py", line 173, in evaluate
      return eval(self.get_context_string(), SuperDict(ctx))
    File "<string>", line 1, in <module>
  NameError: name 'phase_id' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/862140/+subscriptions


References