← Back to team overview

openerp-india team mailing list archive

[Bug 1038997] [NEW] Trace Error generated when click on "Reporting/Accounting"

 

Public bug reported:

I am getting following traceback when tried Open the menu
"Reporting/Accounting". Click "Accounting" menu

Client Traceback (most recent call last):
  File "/home/james/trunk/web/addons/web/common/http.py", line 181, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/james/trunk/web/addons/web_graph/controllers/graph.py", line 77, in data_get
    'data': map(lambda record: _orientation(_convert(x, record[x]), record[yaxis[0]] or 0), res),
  File "/home/james/trunk/web/addons/web_graph/controllers/graph.py", line 77, in <lambda>
    'data': map(lambda record: _orientation(_convert(x, record[x]), record[yaxis[0]] or 0), res),
KeyError: 'balance'

Thanks

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

Title:
  Trace Error generated when click on "Reporting/Accounting"

Status in OpenERP Addons (modules):
  New

Bug description:
  I am getting following traceback when tried Open the menu
  "Reporting/Accounting". Click "Accounting" menu

  Client Traceback (most recent call last):
    File "/home/james/trunk/web/addons/web/common/http.py", line 181, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/james/trunk/web/addons/web_graph/controllers/graph.py", line 77, in data_get
      'data': map(lambda record: _orientation(_convert(x, record[x]), record[yaxis[0]] or 0), res),
    File "/home/james/trunk/web/addons/web_graph/controllers/graph.py", line 77, in <lambda>
      'data': map(lambda record: _orientation(_convert(x, record[x]), record[yaxis[0]] or 0), res),
  KeyError: 'balance'

  Thanks

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


Follow ups

References