← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 586206] Re: gtk and web client graph view bug

 

*** This bug is a duplicate of bug 607692 ***
    https://bugs.launchpad.net/bugs/607692

** This bug has been marked a duplicate of bug 607692
   Windows gtk client crashes on charts drawing
 * You can subscribe to bug 607692 by following this link: https://bugs.launchpad.net/openobject-client/+bug/607692/+subscribe

-- 
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/586206

Title:
  gtk and web client graph view bug

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)