Monday, March 23, 2026
1 change · master
New functionality added to Odoo
Adds a new model-level helper that makes it easier to group business data for reports. This can simplify future report-building work without changing existing behavior for users.
Original PR description
Same as #21350, pushed on branch master instead of 10.0: -- This PR will add a new method grouped() to all models. This method is useful, IMHO, for grouping data in reports. It is a high-level method, as opposed to the low-level method read_group(). For example, in future it will be possible to simplify the code that currently is used to populate the two little tables under invoice reports. No impact at all in previous existing code. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr