-
- Downloads
[FIX] website_sale_product_configurator : show correct available qty in product page
When you add items in the cart it always show the number of available left in stock of the previous state for example :
1- cart is empty it shows 20 items
2- add one into cart - it shows 20 items left in stock (should be 19)
3- add another one into cart - it show 19 items left in stock (should be 18)
Steps to reproduce the error :
1 - Go to one of the product and make sure that it has some available quantity
2 - Go to sale configuration on the product and remove "out-of-stock : continue selling" and add show available qty only if below 5000 for example
3 - Go the web page of the product and try to add some items into the cart you will see that the stock message is wrong
The origin of the problem is that when we have optional products activated , it will launch a product configurator modal. After posting the update in the database there is no call to the function that updates the stock message.
opw-3341377
closes odoo/odoo#124164
Signed-off-by:
Mahdi Cheikh Rouhou (macr) <macr@odoo.com>
Showing
- addons/website_sale_product_configurator/static/src/js/website_sale_options.js 7 additions, 2 deletions...roduct_configurator/static/src/js/website_sale_options.js
- addons/website_sale_stock_product_configurator/__manifest__.py 5 additions, 0 deletions...s/website_sale_stock_product_configurator/__manifest__.py
- addons/website_sale_stock_product_configurator/static/tests/tours/website_sale_stock_message_after_close_configurator_modal'.js 59 additions, 0 deletions...ite_sale_stock_message_after_close_configurator_modal'.js
- addons/website_sale_stock_product_configurator/tests/__init__.py 4 additions, 0 deletions...website_sale_stock_product_configurator/tests/__init__.py
- addons/website_sale_stock_product_configurator/tests/test_website_sale_stock_product_configurator.py 47 additions, 0 deletions...tor/tests/test_website_sale_stock_product_configurator.py
Loading