-
- Downloads
[FIX] website_sale: reset cart if checkout was done in another session
This commit extend commit https://github.com/odoo/odoo/commit/ef48b81ab127dd717a4a9d106edd5c51121bc8f7 When you have a cart on multiple session and confirm the card in one of them, you could still access your cart from other session (note that you could not do anything with it as it would be reset when adding product or changing qty). Closes #28210
Please register or sign in to comment