Created
October 23, 2016 21:29
-
-
Save holdenrehg/9fd3f8596611bbfc45aea13d6315d4f4 to your computer and use it in GitHub Desktop.
odoo upgrade from cli
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
#!/bin/bash | |
./openerp-server \ | |
-c /etc/odoo9e-server.conf \ | |
-d Testing \ | |
-u module_name1,module_name2 \ | |
--stop-after-init \ | |
--xmlrpc-port 8090 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment