Thursday, November 13, 2025
1 change · master
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 connectivity issues for point of sale, payment terminal, scale, camera, and quality control hardware.
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. Community PR: https://github.com/odoo/odoo/pull/221948