Monday, January 19, 2026
3 changes · saas-19.1
Enhancements to existing features
This update ensures that Thai province names within Odoo are displayed in their native Thai language. Previously, these names were stored in English, leading to inconsistencies. This change improves the accuracy and user experience for Thai users.
Original PR description
State names are not translatable in Odoo, so they should be stored in their native language for consistency. This PR updates all Thai provinces to use their native Thai names. task-5484432 Forward-Port-Of: odoo/odoo#243461
This update enhances the user experience for managing bills by improving the visual clarity of key information, such as outstanding amounts and transaction references. It also addresses a previous issue where duplicate bills weren't properly identified, now including a 'delete all' button for easier management.
Original PR description
This commit improves the UI of bills, and how duplicates bills are handled and detected, the following changes were made: 1- the "Drag and drop" icon size was too small, the icon size was increased 2- the outstanding debits section needed clearer information when displaying info about the other bills/transactions, dates are now always visible and hovering shows the reference 3- There was no use for the print button on a bill, it was removed 4- A bill could be a duplicate even if the reference was not set, before this commit, that behavior was not recognized, Also the displayed name for duplicate bills was not clear, making it difficult to recognize a bill just from its name 5- A delete all button (for duplicate bills) was added This commit is the first part of this task, second part targeting master task-5258726 Forward-Port-Of: odoo/odoo#243797
This update aligns the payment field widget in the Enterprise version of Odoo with the Community Edition. This ensures consistency and simplifies the process for users entering payment information, improving usability and reducing potential errors. The change was driven by a need for greater alignment between the two Odoo versions.
Original PR description
Added extra fields to align with the widget in CE task-5258726 Forward-Port-Of: odoo/enterprise#104300