Daily updates from Odoo
Friday, September 23, 2022
2 changes
Enhancements to existing features
Users can now restart the Odoo service or reboot an IoT Box directly from the IoT app. This removes the need to physically unplug the device or connect to it separately, making support and day-to-day operations easier.
Original PR description
Before, the user had to manually unplug and replug the IoT Box to reboot it. Also, it was required to connect to the IoT box to restart Odoo service. This improvement adds the 'Restart Odoo' and 'Reboot IoT box' buttons on the box's form view to IoT app. They allow the user to reboot the IoT box and restart Odoo service on it remotely from the IoT app in Odoo. task-2476576
Users can now restart Odoo on an IoT Box or reboot the IoT Box directly from the IoT app in debug mode. This reduces the need for physical access or manual unplugging, making maintenance faster and easier for support teams.
Original PR description
Description of the issue/feature this PR addresses: A feature allowing to reboot the IoT Box and to restart Odoo on the IoT Box allows the user to do both these things remotely. Current behavior before PR: Before, the user had to manually unplug and replug the IoT Box to reboot it. Restarting Odoo on the IoT Box also implied connecting to the IoT Box. Desired behavior after PR is merged: Now the user can restart Odoo on the IoT Box and reboot the IoT Box through the IoT app in debug mode, on the IoT Box view page. [Another PR](https://github.com/odoo/odoo/pull/100719) in odoo allows the user to do it from the IoT Box homepage as well. [Task 2476576](https://www.odoo.com/web#id=2476576&cids=1&menu_id=4720&action=333&active_id=1428&model=project.task&view_type=form) -- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr)