-
- Downloads
[FIX] website_sale, website_sale_stock: prevent out of stock
Steps to reproduce: - create a product; - disable the continue selling option for the out-of-stock; - do not have a stock quantity for this product. - go to ecommerce; - without click on the product, add it in the cart with the cart icon (on the picture). Issue: It is possible to add the product to the cart. If we repeat this several times, we will create quotations. Solution: Hide the button if the product is a storable product and we don't want to sell it if we have no stock. We also check the quantity available. opw-3148069 closes odoo/odoo#119982 X-original-commit: 37c7c02b83c2257278e78d218e7a4098a5630c33 Signed-off-by:Lefebvre Thomas (thle) <thle@odoo.com> Signed-off-by:
Antoine Vandevenne (anv) <anv@odoo.com>
Loading
Please register or sign in to comment