Friday, May 30, 2025
2 changes · saas-18.1
Enhancements to existing features
The IoT box LED status indicator now runs independently from the main Odoo service. This means the device lights can continue showing the correct status even if Odoo is stopped, reducing misleading green indicators and improving operational clarity.
Original PR description
Before this commit, LED status was managed from within Odoo. This could lead to issues: for example, when we stopped Odoo on the iot box, the leds stay in constant green (last used) colour despite odoo not running. We now use a systemd service, separated from the Odoo service, that continues running even if Odoo stops. Task: 4813935
Technical support can now connect to IoT Boxes using generated SSH keys instead of passwords. This improves support access while reducing reliance on shared or manual password handling.
Original PR description
We implemented SSH key pair generation to allow tech support to connect without using a password. Task: 4787388