Graph view does not handle combination of multiple columns and grouping

Bug #855316 reported by Xavier (Open ERP)
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
Won't Fix
Wishlist
Unassigned

Bug Description

This is not natively supported by our graphing library, according to al "it's low priority and nobody uses it anyway".

It might be possible to hack it in in a manner similar to Excel or Numbers (which also do not support clustered stacked bar charts): http://peltiertech.com/WordPress/clustered-stacked-column-bar-charts/

But according to dhtmlx folks, this would require "heavy customization" of the grid code: http://forum.dhtmlx.com/viewtopic.php?f=8&t=20605

————————————————
original report:

fwd odo: Have a look at the invoice.report graph view, visible in
Accounting>Reporting>Statistics Reports>Invoice Analysis.

If you redefine it as:

<graph string="Invoices Analysis" type="bar">
                <field name="product_id"/>
                <field name="price_total" operator="+"/>
                <field name="residual" operator="+"/>
                <field name="partner_id" group="True"/>
</graph>

You're supposed to see 2 bars per product (price and redsidual), both
being vertically split by partner_id contribution.
The last part (group=True) seems to work sometimes, e.g. if you only
have one bar in the graph.

description: updated
Changed in openerp-web:
importance: High → Medium
summary: - Graph view broken in e.g. accounting analysis
+ Graph view does not handle combination of multiple columns and grouping
Changed in openerp-web:
importance: Medium → Low
description: updated
Changed in openerp-web:
milestone: 6.1 → none
Changed in openerp-web:
importance: Low → Wishlist
Changed in openerp-web:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.