odoo/enterprise#112849

Created by Accounting, Seif Gneedy (segn)
Merged at 4bbfc6db47727dd9d191fa34f725644b4ef9748f

Statuses:

Linked pull requests
label
odoo-dev:master-poc-groupby-agg-segn
head
5d8fd7350fc410825811d5ae808dcaf356d6708e
merged
1 day ago by Accounting, Olivier Colson (oco)
odoo/odoo odoo/enterprise odoo/upgrade odoo/documentation
master #257280 #112849 #9835 #17463

Master Support groupby on aggregations

[IMP] account_reports: foldability as selection field

[IMP] account_reports: Support groupby on aggregations

The aggregation engine didn't support groupby before due to limitations
existed from the beginning of Reportalypse.

With the removal of the 'load more'<sup>1</sup> feature, other engines don't run a SQL LIMIT anymore.
Resulting on the aggregation engine can obtain the full result, and
'groupby' calculation be done.

That support will help with incoming improvements: Snapshot feature<sup>2</sup> and
Tax closing computation refactoring

<sup>1</sup> : ff2895144ecfc66d2b23bb872b39f5b446ae0da6
<sup>2</sup> : #113677

task-5891053