Tuesday, October 14, 2025
1 change · saas-18.2
Enhancements to existing features
This update prepares Odoo IoT and Point of Sale IoT connections for upcoming Chrome browser restrictions on local network access. It helps ensure shops and connected devices can continue communicating reliably when using Odoo IoT domain names.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/231014 Local Network Access restrictions will start shipping by default in Chrome 142. As part of this change, local requests will be allowed to use HTTP in an HTTPS context (gated by a browser permission prompt). This will work automatically when the IP is provided directly, however in the case of IoT we often use the odoo-iot DNS domain to resolve the IP. In this case, you must specify the option `targetAddressSpace: "local"` in the `fetch` request. This PR simply adds this change where appropriate. As part of this we have also backported the change from jquery -> fetch. task-5157145 Forward-Port-Of: odoo/enterprise#96889 Forward-Port-Of: odoo/enterprise#96850