Daily updates from Odoo
Tuesday, April 8, 2025
2 changes · master
New functionality added to Odoo
Retail point of sale now supports online bookings, helping businesses let customers reserve services or time slots before visiting. The appointment functionality has also been consolidated under a broader PoS appointment module, making it applicable beyond restaurant use cases.
Original PR description
This commit adds online booking to retail PoS. The module pos_restaurant_appointment is now pos_appointment. Community PR: https://github.com/odoo/odoo/pull/203477 taskId: 4659056
Enhancements to existing features
Documents now offers a clearer inspection experience with better details panels, chatter access, focus navigation, and activity view support. Users can more easily review document information, move through records, open previews or folders from the file-type icon, and link documents to business records.
Original PR description
Improve Documents UI: better look, details inspection and chatter on focus, and in activity view. Other notable change in list view: showing preview, navigating inside folders, or opening a spreadsheet is now done using the mimetype icon. See details in individual commits Task-4596337