Hi Greg, a solution was suggested in a separate branch (thus commited to this branch) but it was rejected. We are now waiting for Divyesh to amend his solution.
Once the status of the bug changes to 'Fix released' it will appear in the nightly builds. Cheers, Stefan. -- You received this bug notification because you are a member of OpenERP Framework Experts, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/916563 Title: [Trunk] Can't edit Journal entries Status in OpenERP Addons (modules): Confirmed Bug description: Hello, I created a new bank statement. and validated it. The following bug occurs when I try to edit this journal entry (Journal entries>Journal entries) OpenERP WebClient Error Client Traceback (most recent call last): File "/home/odoo/runbot/static/openerp-dev-trunk-77/server/openerp/addons/web/common/http.py", line 176, in dispatch response["result"] = method(controller, self, **self.params) File "/home/odoo/runbot/static/openerp-dev-trunk-77/server/openerp/addons/web/controllers/main.py", line 780, in get return self.do_get(req, model, ids, fields) File "/home/odoo/runbot/static/openerp-dev-trunk-77/server/openerp/addons/web/controllers/main.py", line 802, in do_get records = Model.read(ids, fields, req.session.eval_context(req.context)) File "/home/odoo/runbot/static/openerp-dev-trunk-77/server/openerp/addons/web/common/session.py", line 166, in eval_context return ccontext.evaluate(ctx) File "/home/odoo/runbot/static/openerp-dev-trunk-77/server/openerp/addons/web/common/nonliterals.py", line 267, in evaluate final_context.update(context_to_eval.evaluate(ctx)) File "/home/odoo/runbot/static/openerp-dev-trunk-77/server/openerp/addons/web/common/nonliterals.py", line 267, in evaluate final_context.update(context_to_eval.evaluate(ctx)) File "/home/odoo/runbot/static/openerp-dev-trunk-77/server/openerp/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" To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/916563/+subscriptions -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

