Wednesday, December 13, 2023
1 change · 17.0
Enhancements to existing features
This update improves how the Austrian financial reports calculate values by switching to a more efficient formula approach. Instead of using redundant domain formulas, the system now uses aggregation formulas, which allows the reporting engine to work more effectively and produce cleaner, more reliable financial reports.
Original PR description
The aim of this commit is changing 2 lines where we are using domain formula instead of aggregation formula. The idea is that we don't want to have "redundant" domains and we want to use the power of report engine by using the right formula, in that case, the aggregation one. task-id: 3627640 Forward-Port-Of: odoo/enterprise#52202