Daily updates from Odoo
Tuesday, April 1, 2025
2 changes · master
Enhancements to existing features
Indian localization now offers a trial balance XLSX export with account balances broken down by partner. This gives finance teams more detailed reporting for reconciliation, review, and partner-level analysis without manual spreadsheet work.
Original PR description
Enhance Trial Balance XLSX Export with Partner-Level Breakdown for Indian Localization. This update introduces an XLSX export variant for the trial balance, featuring a detailed breakdown per partner for each account. The implementation extends the grouping functionality to include partners, aligning with the requirements and providing more detailed reporting. >Task:4339611
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