Daily updates from Odoo
Tuesday, June 2, 2020
3 changes
Enhancements to existing features
The IoT Box now downloads drivers and interfaces only from installed modules, plus the core base handlers. This reduces unnecessary background activity, improves performance, and avoids showing irrelevant drivers to users.
Original PR description
Previously, all drivers and interfaces found on the server were downloaded to the IoT Box. Having unused interfaces and drivers on the IoT Box slowed it down as threads were running for nothing. It was also confusing for some users to see those drivers on the IoT Box homepage (e.g. SerialBlackBoxDriver when located outside of Belgium) We now download only the handlers from installed modules + the base handlers located in hw_drivers. TaskID: 2195956
Project-related screens were simplified to make it easier for new users to get started and navigate daily workflows. Field service, planning, forecasting, timesheets, sales reporting, and map views received small usability improvements, including cleaner map panels when working within a project.
Original PR description
Improve the onboarding of new users and clean a few screens. Task ID: 2237996 Community PR: https://github.com/odoo/odoo/pull/50284 Upgrade PR: https://github.com/odoo/upgrade/pull/1263
This update aligns email themes, barcode screens, and Studio report editing with a new background color naming system. It helps keep visual styling consistent and prevents layout checks from being confused by the renamed color classes.