From a1e0c8c80c2d9ee25bd0d417aeb068719fb90aa1 Mon Sep 17 00:00:00 2001 From: Yenthe Van Ginneken Date: Tue, 5 Oct 2021 12:34:09 +0200 Subject: [PATCH] [UPD] odoo_install: update to V15 --- odoo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odoo_install.sh b/odoo_install.sh index 5fd2a16..e750689 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -1,6 +1,6 @@ #!/bin/bash ################################################################################ -# Script for installing Odoo on Ubuntu 14.04, 15.04, 16.04 and 18.04 (could be used for other version too) +# Script for installing Odoo on Ubuntu 16.04, 18.04 and 20.04 (could be used for other version too) # Author: Yenthe Van Ginneken #------------------------------------------------------------------------------- # This script will install Odoo on your Ubuntu 16.04 server. It can install multiple Odoo instances @@ -24,7 +24,7 @@ INSTALL_WKHTMLTOPDF="True" 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="14.0" +OE_VERSION="15.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!