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