You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
24
24
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"
28
28
# Set this to True if you want to install the Odoo enterprise version!
0 commit comments