Wednesday, May 28, 2025
1 change · saas-18.3
Enhancements to existing features
The IoT box LED status indicator is now managed by its own background service instead of depending on Odoo itself. This keeps the LEDs accurate even when Odoo is stopped, reducing confusion about whether the device is actually running.
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