Thursday, January 2, 2025
2 changes · saas-18.1
Enhancements to existing features
The Point of Sale screens have been visually refined with cleaner borders, updated product cards, clearer order type badges, and improved product detail presentation. The update also fixes mobile scrolling in the restaurant table view, making daily POS use smoother for staff on smaller devices.
Original PR description
This PR applies several changes to the Point of sale UI. ## Description of the changes ### Generic changes - Switch from box to a bordered design - Remove unneeded borders ### Table selector screen -…
This PR applies several changes to the Point of sale UI.
## Description of the changes
### Generic changes
- Switch from box to a bordered design
- Remove unneeded borders
### Table selector screen
- Remove custom style from order count badge and use default BS design ;
- **(FIX)** Fix an issue preventing users from scrolling vertically the kanban floor view on mobile ;
### Product screen
- Review the numpad structure, use `::after` pseudo-elements to manage the borders ;
- Review product cards design
- Change the aspect-ratio of the product image to from `1/1` to `4/3` ;
- Display the category color as a `border-bottom` instead of `background-color` ;
- **(FIX)** Fix an issue related to products cards having =/= height depending on the content ;
- Define a `min-height` for product cards without images ;
- Product modal: remove the alert with VAT/Price and display them in the table underneath ;
- Switch the table with the info from table to grid ;
### Orders screen
- Display the type of order (eat in/take out/delivery) as a badge ;
### Others
- Adapt several tests according to UI changes
task-id: 4331054
enterprise PR: odoo/enterprise#76263
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThe point of sale interface has been adjusted to match recent design updates, including order ticket views, restaurant navigation, and invoice-related guided flows. This helps keep the checkout and restaurant workflows visually consistent and easier for staff to follow.
Original PR description
- Adapt ticket_screen, navbar and tour_invoice_previous_order according to UI changes. task-id: 4331054 community PR: https://github.com/odoo/odoo/pull/191929