Friday, October 3, 2025
2 changes · saas-18.4
Enhancements to existing features
The spacing around the state selection search field has been adjusted to match similar dropdown fields across Odoo. This creates a more consistent form layout and a smoother user experience when selecting country states.
Original PR description
There is a 2% margin added when searching for country states Remove this margin to have the field look like the majority of `many2one` fields task-5123126 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#229290
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