Daily updates from Odoo
Wednesday, April 9, 2025
1 change
Resolved issues and error corrections
This update prevents a discount or loyalty coupon generated for one customer from being used by another customer during checkout. It helps ensure promotions are applied only to their intended recipients and avoids unintended discounts.
Original PR description
Description of the issue/feature this PR addresses: https://github.com/odoo/odoo/issues/205431 - Go to Sale>Orders>Discount&Loyalty - Create a new coupon program - Generate coupon for selected user: User A - Login into user B, go to Website>Checkout and apply coupon B Current behavior before PR: Can apply coupon of user A for sale_order of user B Desired behavior after PR is merged: Cannot apply coupon of user A for sale_order of user B --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr