Daily updates from Odoo
Wednesday, February 4, 2026
1 change · saas-18.2
Enhancements to existing features
This update enables IoT devices connected to our Point of Sale system to function correctly without requiring a secure HTTPS certificate. A new setting allows requests to use HTTP instead, simplifying the connection process for IoT boxes. This improves reliability and reduces setup complexity.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/246781 This is a backport of odoo/enterprise#100331. Since odoo/odoo#235702, there is a `point_of_sale.use_lna` system parameter. When it is set, ePOS requests will use HTTP instead of HTTPS, and the `targetAddressSpace: "local"` option is used in the `fetch` request. This bypasses the need for a HTTPS certificate. This commit adds the same functionality to all IoT requests from the POS. This should allow the IoT box to function correctly without a HTTPS certificate. task-5353672 Forward-Port-Of: odoo/enterprise#106183