Skip to content

Instantly share code, notes, and snippets.

@holdenrehg
Created October 23, 2016 21:29
Show Gist options
  • Save holdenrehg/9fd3f8596611bbfc45aea13d6315d4f4 to your computer and use it in GitHub Desktop.
Save holdenrehg/9fd3f8596611bbfc45aea13d6315d4f4 to your computer and use it in GitHub Desktop.
odoo upgrade from cli
#!/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