From d189979e7ba0f28bf0d0b4487d6fa96b9e1f338d Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Sun, 8 Oct 2017 15:54:02 +0200 Subject: [PATCH] IMP: update comments to 11.0 - Change 9.0 text to 11.0 - Update some minor things. --- odoo_install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/odoo_install.sh b/odoo_install.sh index 6d8d8dc..0ef5120 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -3,7 +3,7 @@ # Script for installing Odoo on Ubuntu 14.04, 15.04 and 16.04 (could be used for other version too) # Author: Yenthe Van Ginneken #------------------------------------------------------------------------------- -# This script will install Odoo on your Ubuntu 14.04 server. It can install multiple Odoo instances +# This script will install Odoo on your Ubuntu 16.04 server. It can install multiple Odoo instances # in one Ubuntu because of the different xmlrpc_ports #------------------------------------------------------------------------------- # Make a new file: @@ -24,10 +24,10 @@ OE_HOME_EXT="/$OE_USER/${OE_USER}-server" INSTALL_WKHTMLTOPDF="True" #Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.) OE_PORT="8069" -#Choose the Odoo version which you want to install. For example: 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 9.0 +#Choose the Odoo version which you want to install. For example: 11.0, 10.0, 9.0 or saas-18. When using 'master' the master version will be installed. +#IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 11.0 OE_VERSION="11.0" -# Set this to True if you want to install Odoo 9 Enterprise! +# Set this to True if you want to install Odoo 11 Enterprise! IS_ENTERPRISE="False" #set the superadmin password OE_SUPERADMIN="admin"