Thursday, March 19, 2026
3 changes · saas-19.1
Enhancements to existing features
This update simplifies the l10n Taiwan reports module by using the standard Odoo localization icon instead of a country flag. Adding a 'countries' key to the module's manifest enhances its organization and filtering within the Odoo platform, making it easier to find and manage.
Original PR description
Update the module icon to use the standard localization icon (l10n.png) instead of the country flag, and add the 'countries' key to the manifest to improve module categorization and filtering within the Odoo ecosystem. Task-6007589 CE PR: https://github.com/odoo/odoo/pull/252923
This update improves the accuracy of Taiwan's tax calculations by refining fiscal positions and tax mappings, particularly for common document types like invoices. The changes better align with local tax regulations and simplify the chart of accounts by removing outdated tax configurations. This ensures more precise financial reporting for Odoo users in Taiwan.
Original PR description
This commit updates the Taiwan localization to provide a more granular and accurate set of fiscal positions and tax mappings, specifically focusing on document types (Triplicate, Duplicate, and Cash Register). Key changes: - Refactored fiscal positions to differentiate between document types for Export Sales and VAT Exempt transactions. - Split purchase-related fiscal positions into P C (Product/Consumable) and F A (Fixed Asset) categories to better handle tax deduction rules. - Updated `original_tax_ids` on sale and purchase taxes to ensure correct tax substitution when switching fiscal positions. - Cleaned up the tax template by removing redundant or less commonly used taxes (GBRT, Withholding, Deemed Sales, and specific Fixed Asset sale taxes) to simplify the default chart of accounts. - Updated localized names and translations for clarity. Task-6007589 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update reactivates all Belgian taxes within the Odoo accounting system. This change was necessary due to a recent update to the core Odoo code, which previously disabled these taxes. Now, businesses using the Belgian localization module will correctly calculate and manage their Belgian taxes.
Original PR description
Due to an intended change in this PR : https://github.com/odoo/odoo/commit/6e555b74f457ef54318845e3e84f3873e982a0b9, All the belgian taxes were deactivated, This commit activates all the taxes. task-5902000 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#253718 Forward-Port-Of: odoo/odoo#253036