This script is based on the install script from André Schenkels (https://github.com/aschenkels-ictstudio/openerp-install-scripts)
This script is based on the install script from André Schenkels (https://github.com/aschenkels-ictstudio/openerp-install-scripts) and Yenthe666 script at https://github.com/Yenthe666/InstallScript
but goes a bit further. This script will also give you the ability to define an xmlrpc_port in the .conf file that is generated under /etc/
This script can be safely used in a multi-odoo code base server because the default Odoo port is changed BEFORE the Odoo is started.
#The default port where this Odoo instance will run under (provided you use the command -c in the terminal)
@ -26,7 +27,8 @@ INSTALL_WKHTMLTOPDF="True"
OE_PORT="8069"
#Choose the Odoo version which you want to install. For example: 10.0, 9.0, 8.0, 7.0 or saas-6. When using 'trunk' the master version will be installed.
#IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 10.0
OE_VERSION="10.0"
#OE_VERSION="10.0"
OE_VERSION="saas-17"
# Set this to True if you want to install Odoo 10 Enterprise!