← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Hello Hardik and Yogesh,

Thanks for your time and contribution, The solution of the bug will be
merged in main addons soon. Following are the Revision ID and Number of
the proposed branch:

Revision ID : bde@xxxxxxxxxxx-20110930091534-b5jp76qfbkm9yzus
Revision Number : 5240

Thanks & Regards,
Devnani Bharat R.

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

-- 
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 Committed

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