c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #03301
[Bug 586206] Re: gtk and web client graph view bug
** Changed in: openobject-client
Status: New => Confirmed
** Changed in: openobject-client
Importance: Undecided => Low
** Changed in: openobject-client
Assignee: (unassigned) => OpenERP sa GTK client R&D (openerp-dev-gtk)
--
gtk and web client graph view bug
https://bugs.launchpad.net/bugs/586206
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject GTK Client: Confirmed
Bug description:
There is a bug in the graph view rendering code of the gtk and web clients.
The bug prevents graph views like the following to render correctly:
<graph string="Workcenter load" type="bar">
<field name="name"/>
<field name="workcenter_id" group="True"/>
<field name="time_planned" operator="+"/>
<field name="time_actual" operator="+"/>
</graph>
(bar charts with group and multiple y-axes)
You can reproduce this bug using the report_mrp module and demo data by looking at the workcenter-load chart.
(be sure to include multiple workcenters)