[FIX] purchase: analysis view must not group by quantity, otherwise identical PO...
authorOlivier Dony <odo@openerp.com>
Tue, 5 Nov 2013 10:19:30 +0000 (11:19 +0100)
committerOlivier Dony <odo@openerp.com>
Tue, 5 Nov 2013 10:19:30 +0000 (11:19 +0100)
commit4cf2887153ef187fd5de74bbbdd68789c8b55a7e
tree23fe0f98888f37d1edfda740c00c6b617a34267f
parent6be89e5f82232dff2d5d57a43ed7bb0d86afecbd
[FIX] purchase: analysis view must not group by quantity, otherwise identical PO lines are counted only once

The product quantity is one of the columns that must be
aggregated, not used to fold PO lines into the same
result row.
This, combined with missing aggregation operators
was causing multiple identical PO lines from the
same PO to be merged together and only counted once
in some aggregations.

bzr revid: odo@openerp.com-20131105101930-f2qbcp12luom08je
addons/purchase/report/purchase_report.py