Wednesday, January 7, 2026
3 changes · saas-19.1
Enhancements to existing features
This update improves the self-order experience by making the order note input field a fixed size. This prevents unexpected UI shifts that can occur in self-service or kiosk environments, ensuring a more stable and consistent user experience for customers.
Original PR description
In this commit - ------------- - Make the self order note textarea non-resizable and enforce a fixed size to avoid UI shifts in self/kiosk mode Task-5469804
This update enhances collaboration by displaying the correct local time for users in avatar cards and direct message headers, taking into account their individual time zones. This ensures that all users, regardless of their location, see the time accurately, improving communication and reducing confusion during cross-timezone interactions.
Original PR description
**Specifications:** • Display the current time and date in the avatar card using the timezone of the user only if the card user's timezone differs from the current user's. • Show the local time below the user name in the header of direct messages . **Purpose:** • Enhance cross-timezone collaboration by presenting the local time of other users during interactions task-4613148 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update simplifies the theme editor by arranging font options alphabetically. This change reduces user confusion and makes it easier to find the desired font, improving the overall user experience. It's a small change focused on usability.
Original PR description
To avoid cognitive load, and improve usability, this commit lists font alphabetically on the theme tab. task-5410041 Forward-Port-Of: odoo/odoo#240968