Friday, October 11, 2024
4 changes · 18.0
Enhancements to existing features
Point of Sale users now have a clear discard button when entering numbers in popup dialogs. This makes it easier to cancel unwanted input and reduces the chance of applying accidental changes during POS workflows.
Original PR description
In this commit: =============== A discard button for the NumberPopup Dialogue is added in the footer. Task- 4210911
The Point of Sale closing popup now arranges its action buttons in a clearer two-line layout on mobile screens. This makes the closing workflow easier to use on smaller devices and reduces cramped or awkward button wrapping.
Original PR description
Changed the buttons in the closing_popup for mobile view to be in two lines with container grid view instead of flex-wrap --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
On smaller point of sale screens, opening the cart now keeps the on-screen numpad hidden by default. This gives cashiers more room to review the cart and reduces visual clutter during checkout.
Original PR description
-When the UI is small and we open the cart, deselect the orderline so that the numpad remain down task-id: 4167563
The UrbanPiper integration now shows the meal type field in the product list by default after installation. Users can still hide this option if it is not needed, making product setup clearer while keeping the view flexible.
Original PR description
In this commit: ------------------- - We have added meal type option in product template list view, by default shown when we install urban_piper but we will be able to hide from options. task- 4075159