Edit IoT Core Code (IoT Box)¶
Connect in SSH to your IoT box
See also
Stop the IoT Odoo service
$ sudo service odoo stop
Mount the IoT box in write mode
$ sudo mount -o remount,rw /
Edit the core code (located in ~/odoo/ folder). You can use nano or vim to edit the files.
Restart the IoT Odoo service for the changes to take effect
$ sudo service odoo start