Daily updates from Odoo
Tuesday, April 1, 2025
1 change · master
Resolved issues and error corrections
The subscription dashboard has been corrected so monetary totals display and aggregate properly again. This ensures business users can rely on dashboard figures after a recent platform change affected how currency-based values are calculated.
Original PR description
Since https://github.com/odoo/odoo/pull/199958, monetary fields can now only be aggregated (from the web client) if the currency field is also aggregated. Unfortunately, the sale_subscription dashboard explicitly uses some monetary aggregates where the currency is a compute (`sale.order.log.report.currency_id`). Change it to get it from the view table. https://github.com/odoo/odoo/pull/203901