Wednesday, January 7, 2026
2 changes · saas-19.1
Enhancements to existing features
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.