Tuesday, February 3, 2026
1 change
Features or functions removed from Odoo
This update removes the `device_controller` class, which was no longer needed. The team now directly utilizes the `iot_http` service, streamlining the integration. This change improves code efficiency and simplifies maintenance.
Original PR description
We remove the the `device_controller` class, now unused as we use the `iot_http` service directly. This commit removes the last usage of it in `iot_device_hook` and the last usage of `iot_device_hook` in `delivery_iot`. see odoo/upgrade#9383 task: 5885929