← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 855316] [NEW] Graph view broken in e.g. accounting analysis

 

Public bug reported:

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.

** Affects: openerp-web
     Importance: High
     Assignee: Xavier (Open ERP) (xmo)
         Status: Confirmed

** Description changed:

- Have a look at the invoice.report graph view, visible in
+ 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"/>
+                 <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.

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

Title:
  Graph view broken in e.g. accounting analysis

Status in OpenERP Web:
  Confirmed

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/855316/+subscriptions


Follow ups

References