From 64426cffd836478ccc0066374b50f807601c2d1b Mon Sep 17 00:00:00 2001 From: Yenthe Date: Wed, 16 Sep 2015 09:00:11 +0200 Subject: [PATCH] OE version to 9.0 OE version to 9.0 --- V9/odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V9/odoo_install.sh b/V9/odoo_install.sh index d56fcca..28861ea 100644 --- a/V9/odoo_install.sh +++ b/V9/odoo_install.sh @@ -27,7 +27,7 @@ INSTALL_WKHTMLTOPDF="True" #Choose the Odoo version which you want to install. For example: 9.0, 8.0, 7.0 or saas-6. When using 'trunk' the master version will be installed. #IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 9.0 -OE_VERSION="8.0" +OE_VERSION="9.0" #set the superadmin password OE_SUPERADMIN="admin"