Friday, July 31, 2026
2 changes · master
Enhancements to existing features
The Documents app interface has been updated to make common actions easier to find and reduce visual clutter. This improves day-to-day document management by presenting a cleaner, more focused experience for users.
Original PR description
Task-6313958
Online rental bookings now use a working-time calendar instead of simple unavailable-day rules. Customers see date-only selection plus available pickup and return times, reducing booking errors caused by inconsistent rental schedules.
Original PR description
Replace the unavailability days with a resource calendar. Dates are considered valid if the start and return dates are within the working intervals. For non hourly-period products, only the date is checked, while for the hourly-period products, the exact time matters. This prevents misconfiguration issue with a calendar not coherent with the pickup and return times encoded on products. The display of the datepicker is adapted: only display dates. 2 new time selectors are added with the available hours of the linked day. Upgrade PR: https://github.com/odoo/upgrade/pull/9880 task-5083109