diff --git a/odoo_install.sh b/odoo_install.sh index 6431080..9c507a9 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -22,9 +22,9 @@ 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: 13.0, 12.0, 11.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 13.0 -OE_VERSION="15.0" +# Choose the Odoo version which you want to install. For example: 16.0, 15.0, 14.0 or saas-22. When using 'master' the master version will be installed. +# IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 16.0 +OE_VERSION="16.0" # Set this to True if you want to install the Odoo enterprise version! IS_ENTERPRISE="False" # Set this to True if you want to install Nginx!