Skip to content

Commit daea9df

Browse files
authored
[UPD] odoo_install: V16 release
1 parent 6db2b21 commit daea9df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

odoo_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ OE_HOME_EXT="/$OE_USER/${OE_USER}-server"
2222
INSTALL_WKHTMLTOPDF="True"
2323
# Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
2424
OE_PORT="8069"
25-
# Choose the Odoo version which you want to install. For example: 13.0, 12.0, 11.0 or saas-18. When using 'master' the master version will be installed.
26-
# IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 13.0
27-
OE_VERSION="15.0"
25+
# 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.
26+
# IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 16.0
27+
OE_VERSION="16.0"
2828
# Set this to True if you want to install the Odoo enterprise version!
2929
IS_ENTERPRISE="False"
3030
# Set this to True if you want to install Nginx!

0 commit comments

Comments
 (0)