-
- Downloads
[FIX] sale_coupon: move global coupons to the end of the SO
Steps to reproduce: - Install website_sale_coupon - Load demo data - Create a promotion program that applies on the order - Go to the webshop and add 2 different products to the cart Bug: The line of promotion is in second place, instead of at the end. Fix: move the old sale order line to the end if it applies on all the order opw-2985632 closes odoo/odoo#105513 X-original-commit: 48d20d44cf08fee411411665013fdaca72bf39c3 Signed-off-by:William Braeckman (wbr) <wbr@odoo.com> Signed-off-by:
Walid Hanniche (waha) <waha@odoo.com>
Showing
- addons/sale_loyalty/models/sale_order.py 4 additions, 0 deletionsaddons/sale_loyalty/models/sale_order.py
- addons/sale_loyalty/tests/test_sale_invoicing.py 44 additions, 0 deletionsaddons/sale_loyalty/tests/test_sale_invoicing.py
- addons/sale_loyalty_delivery/models/sale_order.py 1 addition, 0 deletionsaddons/sale_loyalty_delivery/models/sale_order.py
Loading