Friday, March 29, 2024
5 changes · master
Enhancements to existing features
The IoT system now checks whether its live connection is actually needed before activating it on an IoT box. This reduces unnecessary background activity and can help improve reliability and resource usage without changing day-to-day user workflows.
Original PR description
Previously, the WebSocket connection remained active even when not in use. Now, the system checks WebSocket usage before sending the iot_channel to the iot box. If the WebSocket is unused, False will be sent. task:3761864 community: 158775
This update adds automated checks for task scheduling from the task Gantt view. It helps ensure users can continue planning tasks based on selected timeframes without regressions in future changes.
Original PR description
In task 3644342, a feature was added to allow users to plan their tasks according to the timeframe they selected in the gantt view of tasks. This PR will add some tests to ensure that this feature is never broken. task-3800455
The project map view now shows a helpful message when there are no tasks to display. This gives users clearer guidance instead of leaving the map area empty, improving usability in project navigation.
Original PR description
- master ### Project map view improvement - Added a helper message when there is no task available in the map view. task-3734820
The Field Service Report module’s automated tests were updated to stay aligned with related platform changes. This helps maintain reliability and reduces the risk of regressions without changing day-to-day user workflows.
Original PR description
This commit is a follow-up of its community part. It aims to update the tests to fit the changes made. task - 3741976 community pr: https://github.com/odoo/odoo/pull/156086
The Field Service report menu for planning by worksheet template now shows its views in the same order as other planning menus. This makes navigation more predictable and reduces confusion for users moving between planning screens.
Original PR description
…plate menu Before this PR: - The views in the 'planning by worksheet template' menu are not in the same order as the other 'planning' menus from field service, which is inconsistent. After this PR: - The views in the 'planning by worksheet template' menu are the same order as the other 'planning' menus from field service, which is consistent now task-3770938