Daily updates from Odoo
Sunday, January 11, 2026
4 changes · 19.0
Enhancements to existing features
This update adjusts the Vietnamese localization's chart of accounts to align with new accounting regulations (Circular 99/2025), effective January 2026. This change ensures compliance with current Vietnamese accounting standards and will impact financial reporting for Vietnamese businesses using Odoo Enterprise.
Original PR description
Update the COA for the vietnamese localization, which is based on the circular 200/2014 by the new one based on the circular 99/2025. This new COA applies starting in Jan. 2026 task-5357470 Forward-Port-Of: odoo/enterprise#103769 Forward-Port-Of: odoo/enterprise#102843
Resolved issues and error corrections
This update fixes a usability issue in the Sign editor where the document dropdown didn't close properly after selection. The changes include improved hover behavior, consistent styling for actions, and a fix to handle dropdown closures within the PDF iframe, ensuring a smoother user experience.
Original PR description
- Fix hover and pointer behavior on update document action - Apply consistent danger styling to delete action - Ensure dropdown closes correctly after interaction (PDF iframe has its own document so outside-click logic did not apply; add a click listener on the iframe document to close open dropdowns. ) task: 5384677
This update fixes a limitation in how employee data is used for payslip generation. Now, payslips can accurately reflect past year earnings by retroactively updating snapshots, allowing for correct calculations and reporting. This ensures historical payroll data is reliable.
Original PR description
Currently employee data only updates current year snapshots, which can be an issue when generating payslips for previous years, in this PR we enable retroactive updates by changing the mecanism. The new mecanism updates snapshots of the payslip years, making a reference date usage possible. Forward-Port-Of: odoo/enterprise#103296 Forward-Port-Of: odoo/enterprise#103147
This update resolves a problem preventing connections to IAP Codaclean, which is crucial for accurate financial reporting. The issue was caused by a missing parameter in the connection process, now corrected to ensure seamless integration with Codaclean.
Original PR description
Connections to IAP Codaclean are failing because of missing `enterprise_number` param. no-task-id Forward-Port-Of: odoo/enterprise#103724