Daily updates from Odoo
Monday, November 3, 2025
1 change
Code cleanup and technical improvements
The IoT Box now includes its device handlers by default instead of downloading them from the database during startup. This should make startup faster and reduce setup or connection issues for payment terminals, black boxes, cameras, and quality devices.
Original PR description
To speed up the IoT Box startup process and reduce the amount of potential issues, we now avoid downloading handlers from the database by providing them all by default on the IoT Box. odoo/odoo#233991