From 02287c941dec068f985df1692752b7b1b1ddcb84 Mon Sep 17 00:00:00 2001 From: Mohamedhassan881125 <40745065+Mohamedhassan881125@users.noreply.github.com> Date: Wed, 23 Dec 2020 03:11:40 +0200 Subject: [PATCH] Update odoo_install.sh --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 782ec8d..5bf1094 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="13.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