From caf93e34f9c375a9b45ac19d7e6edf89e72c5093 Mon Sep 17 00:00:00 2001 From: capochichimarius <49584069+capochichimarius@users.noreply.github.com> Date: Tue, 8 Feb 2022 10:58:56 +0000 Subject: [PATCH] change version in entreprise --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 5fd2a16..47fdd68 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -26,7 +26,7 @@ OE_PORT="8069" # IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 13.0 OE_VERSION="14.0" # Set this to True if you want to install the Odoo enterprise version! -IS_ENTERPRISE="False" +IS_ENTERPRISE="True" # Set this to True if you want to install Nginx! INSTALL_NGINX="False" # Set the superadmin password - if GENERATE_RANDOM_PASSWORD is set to "True" we will automatically generate a random password, otherwise we use this one