Tuesday, December 3, 2024
2 changes · 18.0
Enhancements to existing features
The IoT homepage now presents connected devices grouped by type with icons, readable names, identifiers, and recent values where available. This makes it easier for users to understand connected hardware at a glance, while also keeping the page updated when devices or pairing information changes.
Original PR description
Before this PR, the device list only showed the identifiers of each device, which aren't very readable. After this PR, the devices are grouped by device type, with each device type having an icon. Each device then shows it's name and identifier, as well as the last sent value if applicable. This PR also contains some small fixes (see commit messages). task-4364479   --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo Studio now includes more standard business data models automatically when preparing exports. This reduces the chance of missing related information during Studio customizations, making exports more complete by default.
Original PR description
In this commit we add several models to the PRESET_MODELS_DEFAULTS list such that the exporter includes necessary models by default. Task-4205813