Wednesday, September 10, 2025
1 change · 18.0
Enhancements to existing features
IoT boxes now receive a clear unauthorized error when the database cannot identify them during driver downloads. This replaces an empty response, making setup or connection issues easier to diagnose and resolve.
Original PR description
When an iot box tries to download drivers from the database, but the db doesn't have a record corresponding to the IoT Box, the IoT Box receives an empty string, making it hard to debug why it couldn't download handlers. We now raise an unauthorized error to make it clearer. Forward-Port-Of: odoo/enterprise#93813