Monday, January 19, 2026
5 changes · master
Enhancements to existing features
This update ensures that Thai province names within Odoo are displayed in their native Thai language, improving accuracy and consistency. Previously, these names were stored in a translated format, which has now been corrected for a better user experience.
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 adds an index to the employee record database. This will significantly speed up searches and reporting related to employee identification, improving the overall performance of the HR module. The change ensures faster data retrieval and enhances the efficiency of HR processes.
Original PR description
Task: 4384436 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enhances the Sign app by adding keyboard shortcuts for key actions like 'Send' and 'Sign now'. This improves user efficiency and accessibility within the Sign workflow. The changes focus on streamlining the user experience for this important application.
Original PR description
Currently, some buttons in the Sign app, such as "Send" and "Sign now", do not have shortcuts available. This commit adds shortcuts for these buttons and other important actions. task-5442673
This update aligns the payment field widget in the Enterprise version of Odoo with the Community Edition. This ensures consistency and simplifies the process of entering payment information for invoices, improving user experience and data accuracy.
Original PR description
Added extra fields to align with the widget in CE task-5258726 Forward-Port-Of: odoo/enterprise#104300
This update streamlines the display of buttons within the bank reconciliation widget. Previously, buttons were shown on separate lines, now they consistently appear alongside the last displayed button for a cleaner and more intuitive user experience. This improves usability and reduces visual clutter.
Original PR description
This commit aims to: Avoid having the dropdown toggle on a separate line, it should always stick to the last displayed button. task-5382731 Forward-Port-Of: odoo/enterprise#103799 Forward-Port-Of: odoo/enterprise#101692