Monday, November 4, 2024
2 changes · 18.0
Enhancements to existing features
The IoT Box now retrieves database and subscription information when it starts, instead of receiving those details through the initial connection link. This makes setup links shorter and reduces manual work when a customer's subscription code changes.
Original PR description
Currently, we provide the IoT Box the `db_uuid` and the `enterprise_code` through the connection link generated by the db. In order to reduce the size of this link and the information it contains, we move those two parameters to a `/iot/db_info` fetch when Odoo starts on the IoT Box. We also avoid the user to enter manually its `enterprise_code` if he changes his subscription, as the IoT Box will fetch it automatically. Enterprise PR: [https://github.com/odoo/enterprise/pull/72610](https://github.com/odoo/enterprise/pull/72610) Task: 4282684
IoT Boxes now retrieve key database and subscription details automatically when Odoo starts, instead of receiving them through the setup link. This keeps setup links shorter and less information-heavy, while reducing manual work when subscription details change.
Original PR description
Currently, we provide the IoT Box the `db_uuid` and the `enterprise_code` through the connection link generated by the db. In order to reduce the size of this link and the information it contains, we move those two parameters to a `/iot/db_info` fetch when Odoo starts on the IoT Box. We also avoid the user to enter manually its `enterprise_code` if he changes his subscription, as the IoT Box will fetch it automatically. Community PR: [https://github.com/odoo/odoo/pull/184910](https://github.com/odoo/odoo/pull/184910) Task: 4282684