Daily updates from Odoo
Wednesday, January 7, 2026
5 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 the self-ordering kiosk experience by now displaying images and colors associated with product variants. Additionally, the layout of variant buttons has been adjusted to ensure consistent sizing and improved readability. This change improves the visual presentation of products on the kiosk, making it easier for customers to make selections.
Original PR description
Before the images or colors added to variants would be ignored while in the kiosk. Now if they exist they will be shown on the same card as the variant name. Also moved the extra price information from the bottom of the button to next to the name to keep the size of all the buttons consistent. Task-4537185 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#231657
This update simplifies the way boxes are selected in extract reports, grouping similar boxes into clickable columns for easier selection of all contained items. This enhancement improves the user experience and efficiency when managing large amounts of data within these reports. Related CSS cleanup ensures consistent styling.
Original PR description
**[IMP] iap_extract: group boxes into selectable columns** The boxes that are vertically aligned and close together are now grouped into a column that can be clicked to select all the contained boxes at once. If similar columns are found on the next pages, they will be selected as well. task-[5177261](https://www.odoo.com/odoo/project/2068/tasks/5177261) This is how it looks like in practice (right column is being hovered, left one isn't): <img width="505" height="228" alt="image" src="https://github.com/user-attachments/assets/422817b0-f08f-4ba2-88a1-ba6265e85739" /> --- **[CLN] iap_extract: clean CSS file of manual_correction component** This CSS file was a bit of a mess, it's been simplified and factorized where it could be. It should be strictly equivalent to the old file.
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