Daily updates from Odoo
Friday, March 27, 2026
1 change · saas-18.2
Enhancements to existing features
This update enhances the budget reporting feature to now include tracking of asset accounts. When budget reporting is set to 'Expenses' or 'Both', the system will automatically incorporate data from asset accounts like current, non-current, and fixed assets, providing a more complete financial picture.
Original PR description
Expand the scope of budget tracking to include asset accounts. Modified the account filtering logic so that when a budget type is set to "Expenses" or "Both", the query includes 'asset_current', 'asset_non_current', and 'asset_fixed' account types. task-5994048 Forward-Port-Of: odoo/enterprise#109496