odoo icon indicating copy to clipboard operation
odoo copied to clipboard

[FW][FIX] website_sale_collect,*: fix flow when warehouse is set on website

Open fw-bot opened this issue 1 year ago • 2 comments

When warehouse is set on website then website_sale_stock adds logic to handle out of stock products, namely preventing to sell them or adding to the cart. However, when click and collect is activated user can choose a warehouse where the product is available that is not necessarily the one set on the website. For these cases user should be capable to add products in the cart. The validation of the availability is checked later in the /checkout and /payment.

Forward-Port-Of: odoo/odoo#180754

fw-bot avatar Sep 30 '24 21:09 fw-bot

Pull request status dashboard

robodoo avatar Sep 30 '24 21:09 robodoo

@vchu-odoo this PR targets master and is the last of the forward-port chain.

To merge the full chain, use

@robodoo r+

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

fw-bot avatar Sep 30 '24 21:09 fw-bot

@robodoo r+

vchu-odoo avatar Oct 01 '24 06:10 vchu-odoo