Daily updates from Odoo
Monday, April 27, 2026
1 change · 18.0
New functionality added to Odoo
This update introduces automated deposit management for rental products within Odoo Enterprise. It allows businesses to automatically calculate and track deposits on rental orders, and now extends this functionality to Website Sale rentals. The system prevents manual quantity changes to rental products when a deposit is present, ensuring accurate deposit tracking.
Original PR description
After this commit: - Added default deposit product setting. - Enabled deposit requirement and amount on the product form. - Automatically calculates and adds deposit to order line. - Deposit line is created dynamically for single or multiple rental products. - Deposit line updates automatically when the rental product is modified. - If the main product exists => Users cannot manually update the quantity or remove the deposit line. - if the rental product quantity is set to 0 => The corresponding deposit line is removed automatically. - Extended deposit feature to Website Sale.