Daily updates from Odoo
Wednesday, August 19, 2026
1 change
New functionality added to Odoo
This change adds support for showing accurate Click & Collect availability for rental products by taking the selected rental dates into account. Customers get clearer stock and checkout behavior, including better date selection and out-of-stock handling, reducing failed purchases and confusion.
Original PR description
**Purpose:**
Click & Collect and Rental are not working together, the rental dates are not used to display the availability of the product.
**Specification:**
Create a new bridge module between website_sale_collect and website_sale_renting to ensure that we use the rental dates to compute the availability if this is a rental product.
Task-6081690
See also:
- https://github.com/odoo/odoo/pull/259321