October 2019
Beginner to intermediate
504 pages
12h 57m
English
When managing an Odoo server, one of the most common tasks you will find yourself performing is starting and stopping the Odoo service. Odoo allows you to start and stop the service with a command switch.
To start the service, use the following command:
sudo /etc/init.d/odoo start
To stop the service, use the following command:
sudo /etc/init.d/odoo stop
Read now
Unlock full access