From 293524034228b235d0258bdc9d5d4c692359dfc2 Mon Sep 17 00:00:00 2001 From: Yenthe Van Ginneken Date: Fri, 12 Jan 2024 08:06:36 +0100 Subject: [PATCH] [IMP] odoo_install: set to V17 --- odoo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odoo_install.sh b/odoo_install.sh index 52a7902..d0c0e7a 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -23,8 +23,8 @@ INSTALL_WKHTMLTOPDF="True" # Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.) OE_PORT="8069" # Choose the Odoo version which you want to install. For example: 16.0, 15.0, 14.0 or saas-22. When using 'master' the master version will be installed. -# IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 16.0 -OE_VERSION="16.0" +# IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 17.0 +OE_VERSION="17.0" # Set this to True if you want to install the Odoo enterprise version! IS_ENTERPRISE="False" # Installs postgreSQL V14 instead of defaults (e.g V12 for Ubuntu 20/22) - this improves performance