Daily updates from Odoo
Wednesday, February 26, 2025
3 changes
Enhancements to existing features
This update adapts several Odoo Enterprise areas to work with a safer read-only system environment. It helps reduce accidental data changes in background operations and keeps accounting, inventory, signing, documents, payroll, localization, website, and helpdesk flows compatible with the core platform change.
Original PR description
odoo/odoo#188584 task-4201974
The IoT app now includes a button in its header to help users install the Windows IoT Box more easily. This reduces friction during setup and makes the installation option more visible to users managing IoT devices.
Original PR description
A button has been added in the IoT App header to ease installation of Windows IoT Box. Task: 4578271
Resolved issues and error corrections
Resource-based appointments will no longer automatically assign an organizer, preventing calendar sync problems where Microsoft requires the organizer to be part of the event. Notifications still come from an appropriate responsible user, and video call options are hidden for resource appointments to avoid unwanted calendar spam.
Original PR description
It does not make sense for resource appointments to have an organizer this causes issues with microsoft_sync as it requires the organizer to be a partner of the event for syncing purposes. Instead we don't set an organizer for resources, but we add a responsible getter so we can keep notifying users as a relevant regular user instead of odoobot task-4146850