Skip to content
Snippets Groups Projects
Commit 07b08a2d authored by roen-odoo's avatar roen-odoo
Browse files

[FIX] point_of_sale: Show price without discount in receipt

Current behavior:
When a discount is applied to a product, the receipt shows the price
with the discount applied as the base price.

Steps to reproduce:
- Open PoS
- Add a product to the order
- Apply a discount to the product with the numpad
- Validate the order
- Check the receipt, the base price of the product is the price with the
  discount applied.

(https://github.com/odoo/odoo/assets/32939472/eb0998a7-70a1-432a-8909-868d9307c999

)
The price in red should be 70$ (the price without the 5% discount)

opw-3463745

closes odoo/odoo#133377

Signed-off-by: default avatarJoseph Caburnay (jcb) <jcb@odoo.com>
parent 16fc9e23
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment