← Back to team overview

openerp-india team mailing list archive

[Bug 927679] [NEW] Cannot manually create an accounting entry

 

Public bug reported:

6.1 rc 1 Web client

I tried to create an entry in a bank journal 
when I try to enter the first item in the entry I get

Client Traceback (most recent call last):
  File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/common/http.py", line 176, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/controllers/main.py", line 875, in default_get
    return Model.default_get(fields, req.session.eval_context(req.context))
  File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/common/session.py", line 166, in eval_context
    return ccontext.evaluate(ctx)
  File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/common/nonliterals.py", line 267, in evaluate
    final_context.update(context_to_eval.evaluate(ctx))
  File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/common/nonliterals.py", line 267, in evaluate
    final_context.update(context_to_eval.evaluate(ctx))
  File "/home/tempo/openerp-6.1rc1-20120112-173907/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"

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/927679

Title:
  Cannot manually create an accounting entry

Status in OpenERP Addons (modules):
  New

Bug description:
  6.1 rc 1 Web client

  I tried to create an entry in a bank journal 
  when I try to enter the first item in the entry I get

  Client Traceback (most recent call last):
    File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/common/http.py", line 176, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/controllers/main.py", line 875, in default_get
      return Model.default_get(fields, req.session.eval_context(req.context))
    File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/common/session.py", line 166, in eval_context
      return ccontext.evaluate(ctx)
    File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/common/nonliterals.py", line 267, in evaluate
      final_context.update(context_to_eval.evaluate(ctx))
    File "/home/tempo/openerp-6.1rc1-20120112-173907/openerp/addons/web/common/nonliterals.py", line 267, in evaluate
      final_context.update(context_to_eval.evaluate(ctx))
    File "/home/tempo/openerp-6.1rc1-20120112-173907/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/927679/+subscriptions


Follow ups

References