Daily updates from Odoo
Sunday, January 4, 2026
1 change · master
Resolved issues and error corrections
This update fixes an issue where the IoT pairing code was obscured on the status page for devices with many connections. The code has been moved to a more visible location. Additionally, a system check has been added to prevent errors when running the IoT service locally on test environments.
Original PR description
For IoT Boxes with many devices connected, the pairing code is pushed to the top of the status page, making it invisible/unreadable. We moved it to the left so that it's never pushed to the top. In addition, we add a check on the operating system to avoid loading drivers/interfaces on "Test" system, to avoid errors when running the IoT Service locally. Forward-Port-Of: odoo/odoo#241622