c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20336
[Bug 727109] Re: Graph view data switch between x axis values
Hello,
Sorry for the delay.
You could find in attachment the view's description and the declaration
of the SQL View.
If you need another piece of information, tell it to me.
Regards
** Attachment added: "View Description & SQL View"
https://bugs.launchpad.net/openobject-client-web/+bug/727109/+attachment/1952865/+files/view.zip
--
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:
Incomplete
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)
References