Thursday, April 17, 2025
1 change · saas-18.1
Enhancements to existing features
Odoo now supports the updated process for registering and detecting IoT Boxes, helping connected hardware be found more reliably. The connection manager was also simplified by removing outdated behavior, making future maintenance easier.
Original PR description
This PR adapts to the new way of registering and detecting IoT Boxes. It also refactors the connection manager to remove some now unnecesary features and simplify the code This PR is done in saas-18.1 (as opposed to its enterprise counterpart in master) because the IoT Box image is based on saas-18.1 Related internal PR: odoo/internal#3462 Related enterprise PRs: 1) https://github.com/odoo/enterprise/pull/82905 2) https://github.com/odoo/enterprise/pull/83066 Related upgrade PR (for the related enterprise PR in master): https://github.com/odoo/upgrade/pull/7533