From d4c6a3b8166204a232818411670d1dec4781f845 Mon Sep 17 00:00:00 2001 From: Swapnesh Date: Sat, 13 Sep 2025 20:58:36 +0530 Subject: [PATCH] [FIX][19.0]set default old values --- odoo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odoo_install.sh b/odoo_install.sh index 9938c30..4051f14 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 17.0 OE_VERSION="19.0" # Set this to True if you want to install the Odoo enterprise version! -IS_ENTERPRISE="True" +IS_ENTERPRISE="False" # Installs postgreSQL V16 instead of defaults (e.g V12 for Ubuntu 20/22) - this improves performance INSTALL_POSTGRESQL_SIXTEEN="True" # Set this to True if you want to install Nginx! @@ -41,7 +41,7 @@ WEBSITE_NAME="_" # Set the default Odoo longpolling port (you still have to use -c /etc/odoo-server.conf for example to use this.) LONGPOLLING_PORT="8072" # Set to "True" to install certbot and have ssl enabled, "False" to use http -ENABLE_SSL="False" +ENABLE_SSL="True" # Provide Email to register ssl certificate ADMIN_EMAIL="odoo@example.com" ##