Saturday, June 13, 2026
2 changes · master
Enhancements to existing features
This update streamlines the process of creating dashboards from spreadsheets by removing an unnecessary intermediary step. The direct use of the spreadsheet JSON within the dashboard creation flow reduces complexity and improves efficiency. This change enhances the overall performance and stability of the dashboard feature.
Original PR description
Remove the save_spreadsheet_snapshot indirection when creating a dashboard from a spreadsheet document. The current spreadsheet JSON is now passed through the wizard context and used directly to create the dashboard. This reduces the public surface of the flow and avoids an extra method used only for this action. Task: 6217816
This update ensures Odoo complies with Serbian accounting regulations by automatically fetching the official mid-market exchange rate from the National Bank of Serbia. This improves the accuracy of financial reporting and transactions for Serbian users, aligning with legal requirements.
Original PR description
[IMP] currency_rate_live: Fetch exchange rates National Bank Serbia To ensure compliance with the Serbian Law on accounting, fetch official middle exchange rate from the National Bank of Serbia task-6159555 Forward-Port-Of: odoo/enterprise#116935