Monday, February 9, 2026
3 changes · 19.0
Enhancements to existing features
Thailand accounting setup data now includes Thai translations for chart of accounts names and descriptions, taxes, tax groups, and asset models. This improves usability for Thai businesses by making key accounting configuration labels available in the local language.
Original PR description
The following files are updated with the respective Thai translations: - COA: name, description - Taxes: name - Tax Group: name - Asset model: name Task-5875167 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The placeholder tax ID used for Türkiye has been changed from a real number to a dummy value. This helps prevent users from accidentally using a real tax ID when submitting transactions.
Original PR description
The previous placeholder used a real tax ID. Replacing it with a dummy prevents users from using it to submit transactions. task-5441218 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#247454 Forward-Port-Of: odoo/odoo#242189
This update enhances the bank reconciliation list view by prioritizing key information like date, label, and balance at the top. Additionally, scrolling is now limited to the table rows, creating a cleaner and more focused user experience. This improves usability and clarity when reviewing bank transactions.
Original PR description
1. The bank statement line info (date, label and balance) are moved to the top now. 2. Scrolling only applies to the table rows (other elements are fixed). task-5212851