Thursday, June 22, 2023
1 change · master
Features or functions removed from Odoo
An unused connector between the website sales product configurator and stock handling was removed because it was no longer active in the current flow. This simplifies maintenance without changing the customer shopping experience.
Original PR description
`website_sale_stock_product_configurator` bridge module is only useful if `handle_stock` is True, but it is set to `False` in the only call to the method `_show_advanced_configurator`. Also, the code in the xml looks old as `product.product` has no method `_get_max_available_qty`. This commit therefore removes this unused bridge. Upgrade PR: https://github.com/odoo/upgrade/pull/4818