Friday, October 3, 2025
1 change · saas-18.4
Enhancements to existing features
IoT box information is now kept locally so Odoo can continue sending requests to connected devices when internet access is unavailable. This reduces unnecessary server checks and improves reliability for IoT-powered flows such as self-ordering kiosks.
Original PR description
In order to make the `iot_http` service work offline, we cache the iot box records until there is a full action failure. This avoids useless orm calls and in the meantime, allow making requests to the iot box without internet connection. Community PR: odoo/odoo#226839