This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Stop Server | |
* Remove all odoo files | |
* Remove postgresql from system | |
STOP SERVER | |
sudo service odoo stop | |
or sudo service odoo-server stop (if odoo-server instead of odoo) | |
REMOVE ALL ODOO FILES | |
sudo rm -R /opt/odoo | |
REMOVE CONFIG FILES |