#Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
#Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
OE_PORT="8069"
OE_PORT="8069"
#Choose the Odoo version which you want to install. For example: 12.0, 11.0, 10.0, 9.0 or saas-18. When using 'master' the master version will be installed.
#Choose the Odoo version which you want to install. For example: 12.0, 11.0, 10.0, 9.0 or saas-18. When using 'master' the master version will be installed.
OE_VERSION="saas-11.5" # Note that after v12 is released (03/10/2018) you should change this to 12.0
OE_VERSION="12.0"
# Set this to True if you want to install Odoo 12 Enterprise!
# Set this to True if you want to install Odoo 12 Enterprise!
IS_ENTERPRISE="False"
IS_ENTERPRISE="False"
#set the superadmin password
#set the superadmin password
@ -37,8 +37,8 @@ OE_CONFIG="${OE_USER}-server"
## === Ubuntu Trusty x64 & x32 === (for other distributions please replace these two links,
## === Ubuntu Trusty x64 & x32 === (for other distributions please replace these two links,
## in order to have correct version of wkhtmltox installed, for a danger note refer to
## in order to have correct version of wkhtmltox installed, for a danger note refer to