Thursday, January 16, 2025
3 changes · 17.0
Resolved issues and error corrections
This fixes an issue that could interrupt IoT handler updates when an expected folder was missing in some Odoo editions. The update process now safely finds and removes handler files, reducing failures during IoT maintenance or downloads.
Original PR description
We now also delete `lib/` directory before deleting/downloading new IoT handlers. In community, this directory does not exist, resulting in Path error while trying to `iterdir()` on it. We now look for files recursively inside `iot_handlers/`, and provide the list to the updated method `unlink_file` that now accepts multiple arguments to avoid excessively switching between rw/ro filesystem modes.
The Helpdesk SLA report chart has been simplified by removing extra fields that made it harder to read. This makes SLA analysis clearer for users reviewing helpdesk performance without changing the underlying data or workflows.
Original PR description
This commit's purpose is to clean up the graph view of the sla report analysis model. Some fields were added on the view by a generic improvement task to handle the widget 'float_time' with grap view. In this case, those fields are a nuisance for readability, so we're getting rid of them. target version 17.0 - master task - 4351830
This update resolves a technical issue preventing the Web Studio module from functioning correctly. The fix ensures that necessary components are properly included, restoring the module's core capabilities. This ensures Web Studio continues to operate reliably for users.