Daily updates from Odoo
Sunday, May 24, 2026
1 change · master
Resolved issues and error corrections
This update resolves an issue where US companies were missing Avatax fiscal positions. The system now correctly creates these positions based on the specific country's CoA, and also incorporates Canada. This ensures accurate tax reporting for our US and Canadian clients.
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