← Back to team overview

openerp-india team mailing list archive

[Bug 928948] [NEW] [6.1 RC1] - Impossible to post a manual accounting entrie

 

Public bug reported:

Hello,

I cannot post manually a entry :
- using Accounting / Journal items  :
  1st issue : impossible to select any journal (but I can create one 'on the fly')
  2nd issue : when I try to validate my first move line I get the following message : Encoding error    No period found or more than one period found for the given date.... I checked my periods and it is all fine.

- using  Accounting / Journal Entries : as soon I as I click on create
to create my 1st move line I get this message :


OpenERP WebClient Error
Client Traceback (most recent call last):
  File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/common/http.py", line 180, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/controllers/main.py", line 906, in default_get
    return Model.default_get(fields, req.session.eval_context(req.context))
  File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/common/session.py", line 195, in eval_context
    return ccontext.evaluate(ctx)
  File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/common/nonliterals.py", line 267, in evaluate
    final_context.update(context_to_eval.evaluate(ctx))
  File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/common/nonliterals.py", line 267, in evaluate
    final_context.update(context_to_eval.evaluate(ctx))
  File "/home/fclementi/openerp-instances/trunk/src/webclient/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"


Many thanks for looking at it before the final release ; it is very important

Frederic

** 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/928948

Title:
  [6.1 RC1] - Impossible to post a manual accounting entrie

Status in OpenERP Addons (modules):
  New

Bug description:
  Hello,

  I cannot post manually a entry :
  - using Accounting / Journal items  :
    1st issue : impossible to select any journal (but I can create one 'on the fly')
    2nd issue : when I try to validate my first move line I get the following message : Encoding error    No period found or more than one period found for the given date.... I checked my periods and it is all fine.

  - using  Accounting / Journal Entries : as soon I as I click on create
  to create my 1st move line I get this message :

  
  OpenERP WebClient Error
  Client Traceback (most recent call last):
    File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/common/http.py", line 180, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/controllers/main.py", line 906, in default_get
      return Model.default_get(fields, req.session.eval_context(req.context))
    File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/common/session.py", line 195, in eval_context
      return ccontext.evaluate(ctx)
    File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/common/nonliterals.py", line 267, in evaluate
      final_context.update(context_to_eval.evaluate(ctx))
    File "/home/fclementi/openerp-instances/trunk/src/webclient/addons/web/common/nonliterals.py", line 267, in evaluate
      final_context.update(context_to_eval.evaluate(ctx))
    File "/home/fclementi/openerp-instances/trunk/src/webclient/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"

  
  Many thanks for looking at it before the final release ; it is very important

  Frederic

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


Follow ups

References