Friday, March 27, 2026
2 changes · saas-18.3
Enhancements to existing features
This update enhances the budget reporting feature to now automatically include tracking of asset accounts. When budget reporting is set to 'Expenses' or 'Both', the system will now analyze 'asset_current', 'asset_non_current', and 'asset_fixed' accounts, providing a more complete financial picture. This improves budgeting accuracy and insights for asset management.
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
This update incorporates changes to Odoo's tax calculations to align with the Income Tax Bill 2025. Specifically, it adds support for new TDS and TCS taxes and sections as defined in the Act, ensuring compliance with the latest regulations for Indian businesses. Existing tax configurations have been updated and deactivated.
Original PR description
The Income Tax Bill 2025 introduces TDS and TCS provisions in a more structured way compared to the existing Income-tax Act 1961, with the addition of new sections and taxes. This commit adds new sections and corresponding taxes for sections 392, 393, and 394, along with their respective reports. It also introduces new TDS and TCS tax groups for these taxes to differentiate them from the existing ones. The old taxes are deactivated as they are no longer applicable. task-6035844 Forward-Port-Of: odoo/odoo#256102