Daily updates from Odoo
Friday, July 31, 2026
3 changes
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
Features or functions removed from Odoo
The old Belgian POS Restaurant fiscalization module has been removed because it is deprecated. Businesses using Belgian blackbox fiscal hardware should move to the replacement module for the newer V2 hardware.
Original PR description
Remove depreciated `pos_blackbox_be` module, which was used for Belgian fiscalization in POS Restaurants. This module is now replaced by `l10n_be_pos_blackbox` in order to operate with the new blackbox V2 hardware.