-
- Downloads
[FIX] point_of_sale: correctly set lot_id on refund orders
Current behavior:
When refunding an order, the lot_id of the original order was not set
on the refund order.
Steps to reproduce:
- Create a product with tracking by lot
- Open the POS and add the product to the order
- Set a lot on the product
- Pay the order
- Refund the order
- Check the lot on the refund order, there is no lot set
opw-3485740
closes odoo/odoo#135056
Signed-off-by:
Robin Heinz (rhe) <rhe@odoo.com>
Showing
- addons/point_of_sale/static/src/js/Screens/TicketScreen/TicketScreen.js 4 additions, 1 deletion...f_sale/static/src/js/Screens/TicketScreen/TicketScreen.js
- addons/point_of_sale/static/tests/tours/TicketScreen.tour.js 25 additions, 0 deletionsaddons/point_of_sale/static/tests/tours/TicketScreen.tour.js
- addons/point_of_sale/static/tests/tours/helpers/ProductScreenTourMethods.js 30 additions, 0 deletions...le/static/tests/tours/helpers/ProductScreenTourMethods.js
- addons/point_of_sale/tests/test_frontend.py 12 additions, 0 deletionsaddons/point_of_sale/tests/test_frontend.py
Loading
Please register or sign in to comment