Saturday, May 23, 2026
2 changes · saas-19.3
Enhancements to existing features
This update enhances the Indian Profit & Loss report by incorporating 'Other Expenses' into the calculations. This ensures the report accurately reflects all overhead costs, aligning with standard accounting practices and providing a more complete financial picture for Indian businesses using Odoo Enterprise.
Original PR description
Update the Indian P&L report structure to capture accounts categorised under 'Other Expenses'. This ensures that the net profit calculation accounts for all overheads, aligning with standard accounting practices. task-6166626 Forward-Port-Of: odoo/enterprise#115402
Resolved issues and error corrections
This update fixes an issue where fiscal positions weren't correctly created for US companies due to an outdated configuration. Now, fiscal positions are automatically generated based on the correct localization (US or Canada), ensuring accurate accounting and tax reporting. This simplifies the system and improves data accuracy.
Original PR description
The fiscal position was being created specifically for countries using the Generic CoA. This stems from before the US had its own CoA [1]. Because of this, US companies no longer had an Avatax fiscal position created for them. Now that the US has its own CoA, we move to a simpler `@template()` approach and take the opportunity to add Canada as well. [1] odoo/odoo#223745 task-6228639 Forward-Port-Of: odoo/enterprise#117966