Thursday, January 30, 2025
1 change · saas-17.2
Resolved issues and error corrections
This fix prevents Odoo from totaling the same numeric field that users choose for grouping records. It avoids confusing or incorrect grouped results, making views such as Kanban more reliable for everyday analysis.
Original PR description
This commit fixes an issue where if the user applies a group by on an aggregatable field (an integer like color_index for example), this field is also registered as an aggregator in the webReadGroup call and this leads to nonsensical results by the orm. After this commit, the group by field is automatically excluded from aggregators so the issue cannot happen. task-4491839