Tuesday, February 3, 2026
2 changes · master
Features or functions removed from Odoo
The Australian localization no longer includes legacy BAS and Master BAS tax report templates that are unused and no longer maintained. This reduces confusion and keeps the module focused on current reporting tools without affecting active tax reporting workflows.
Original PR description
Remove the legacy BAS and Master BAS tax report templates as they are no longer in use or maintained. Task-5416381 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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