Friday, May 26, 2023
1 change · master
Resolved issues and error corrections
The point of sale customer display now clears paid orders by showing a thank-you message, so customers no longer see the previous order while the next sale starts. It also shows item-level discounts directly under the relevant products, making pricing clearer and reducing confusion at checkout.
Original PR description
[FIX] point_of_sale: Customer Display Corrections Currently, the customer display has a few misleading behaviors. 1. Display doesn't reset when expected After successful payment, the details of the previous order remain visible until the 1st product of the next order is encoded —> We now show a _Thank You_ Message after successful payment. 2. Discount lines are not shown in the Customer Display Currently, when a discount is applied to the whole order, a new line appears, showing this discount, but if a discount is applied to a specific product, there is no indication on the Customer Display —> we now also display a discount line under the product name for each product where a specific discount is applied. Link to task: https://www.odoo.com/web#id=2906039&cids=1&menu_id=4720&action=333&active_id=1737&model=project.task&view_type=form --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr