Daily updates from Odoo
Thursday, January 8, 2026
3 changes · saas-19.1
Enhancements to existing features
This update enhances the Thai version of Odoo by improving its chart of accounts, tax templates, and asset configurations. These changes are designed to improve compliance with Thai tax regulations and provide a better user experience for businesses operating in Thailand. This ensures accurate financial reporting and simplifies tax management.
Original PR description
Expanded and updated the Thai localization with an enhanced chart of accounts, updated tax templates, asset templates, and tax group configuration for better compliance and usability. Task-5395076 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#240668
This update simplifies the invoicing process by removing the unnecessary confirmation popup that appeared when updating taxes and accounts after changing a customer's information. This change streamlines the workflow for users, making it faster and easier to manage invoices. It's a minor improvement focused on usability.
Original PR description
This commit removes the confirmation popup when pressing "update taxes and accounts" in invoices after changing the partner. task-5324619 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#236277
This update adds crucial data attributes to tax calculations and NFS-e submissions when the Brazilian fiscal reform is active. Specifically, the system now transmits the 'name', 'businessName', 'federalTaxId', and 'type' attributes, ensuring accurate tax reporting and compliance with new regulations. This improves the reliability of tax processing for Brazilian businesses.
Original PR description
Purpose: Additional attributes are required to be sent in the rendered node for tax calculation and NFS-e submission when the fiscal reform is enabled. The additional required attributes are: - name - businessName - federalTaxId - type task-5450129 Forward-Port-Of: odoo/enterprise#103438