Skip to content

Commit d189979

Browse files
authored
IMP: update comments to 11.0
- Change 9.0 text to 11.0 - Update some minor things.
1 parent 7d978fa commit d189979

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

odoo_install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Script for installing Odoo on Ubuntu 14.04, 15.04 and 16.04 (could be used for other version too)
44
# Author: Yenthe Van Ginneken
55
#-------------------------------------------------------------------------------
6-
# This script will install Odoo on your Ubuntu 14.04 server. It can install multiple Odoo instances
6+
# This script will install Odoo on your Ubuntu 16.04 server. It can install multiple Odoo instances
77
# in one Ubuntu because of the different xmlrpc_ports
88
#-------------------------------------------------------------------------------
99
# Make a new file:
@@ -24,10 +24,10 @@ OE_HOME_EXT="/$OE_USER/${OE_USER}-server"
2424
INSTALL_WKHTMLTOPDF="True"
2525
#Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
2626
OE_PORT="8069"
27-
#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.
28-
#IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 9.0
27+
#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.
28+
#IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 11.0
2929
OE_VERSION="11.0"
30-
# Set this to True if you want to install Odoo 9 Enterprise!
30+
# Set this to True if you want to install Odoo 11 Enterprise!
3131
IS_ENTERPRISE="False"
3232
#set the superadmin password
3333
OE_SUPERADMIN="admin"

0 commit comments

Comments
 (0)