traceback when i try to open a journal item

Bug #925958 reported by Aline (OpenERP)
This bug report is a duplicate of:  Bug #916563: [Trunk] Can't edit Journal entries. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
Confirmed
Medium
Unassigned

Bug Description

- create some invoices and payments (reconcile them)
- go to Accounting/Journal Entries/Journal Entries
- click on a line :

Client Traceback (most recent call last):
  File "/home/aline/source/web/trunk/addons/web/common/http.py", line 180, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/aline/source/web/trunk/addons/web/controllers/main.py", line 784, in get
    return self.do_get(req, model, ids, fields)
  File "/home/aline/source/web/trunk/addons/web/controllers/main.py", line 806, in do_get
    records = Model.read(ids, fields, req.session.eval_context(req.context))
  File "/home/aline/source/web/trunk/addons/web/common/session.py", line 195, in eval_context
    return ccontext.evaluate(ctx)
  File "/home/aline/source/web/trunk/addons/web/common/nonliterals.py", line 267, in evaluate
    final_context.update(context_to_eval.evaluate(ctx))
  File "/home/aline/source/web/trunk/addons/web/common/nonliterals.py", line 267, in evaluate
    final_context.update(context_to_eval.evaluate(ctx))
  File "/home/aline/source/web/trunk/addons/web/common/nonliterals.py", line 187, 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: "{'lines':line_id ,'journal':journal_id }", message: "name 'line_id' is not defined"

Changed in openerp-web:
importance: Undecided → Medium
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.