From 9e9633310c6ec1212a83e65227b5f270e79252b0 Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Sat, 6 Oct 2018 10:23:02 +0200 Subject: [PATCH] [UPD] odoo_install: set version to 12.0 --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 0463ba5..3c629e2 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -26,7 +26,7 @@ INSTALL_WKHTMLTOPDF="True" OE_PORT="8069" #Choose the Odoo version which you want to install. For example: 11.0, 10.0, 9.0 or saas-18. When using 'master' the master version will be installed. #IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 11.0 -OE_VERSION="11.0" +OE_VERSION="12.0" # Set this to True if you want to install Odoo 11 Enterprise! IS_ENTERPRISE="False" #set the superadmin password