-
- Downloads
[FIX] point_of_sale: Fix refund lst price change
When we were doing a price modification on a product and this orderline was refund, the displayed price on the product screen was changed to the new value. Example: - Default price: 33 - Paying with a price set to: 2 The order is refund: - Product price is set to 2 It should only be 2 on the order refunded. The fix doesn't change the price of the product after a refund anymore. closes odoo/odoo#86627 X-original-commit: 62512893 Signed-off-by:Masereel Pierre <pim@odoo.com>
Please register or sign in to comment