← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 727109] [NEW] Graph view data switch between x axis values

 

Public bug reported:

There are two views : tree and graph with fields user_id and nbr which
represents the number of opportunities assigned this month by user. In
tree view, nbr and user_id are okay but in graph view, two columns are
swapped (as you could see in the screenshots with column E and F

I have checked data in sql but all is okay.

I checked in graph.py in openerp-web and it seems to come from
_get_graph_data (data in base input are okay but in output 2 columns are
swapped)

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/727109

Title:
  Graph view data  switch between x axis values

Status in OpenERP Web Client:
  New

Bug description:
  There are two views : tree and graph with fields user_id and nbr which
  represents the number of opportunities assigned this month by user. In
  tree view, nbr and user_id are okay but in graph view, two columns are
  swapped (as you could see in the screenshots with column E and F

  I have checked data in sql but all is okay.

  I checked in graph.py in openerp-web and it seems to come from
  _get_graph_data (data in base input are okay but in output 2 columns
  are swapped)



Follow ups

References