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
#The default port where this Odoo instance will run under (provided you use the command -c in the terminal)
23
-
#Set to true if you want to install it, false if you don't need it or have it already installed.
20
+
#The default port where this Odoo instance will run under (provided you use the command -c in the terminal)
21
+
#Set to true if you want to install it, false if you don't need it or have it already installed.
24
22
INSTALL_WKHTMLTOPDF="True"
25
-
#Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
23
+
#Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
26
24
OE_PORT="8069"
27
-
#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.
28
-
#IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 11.0
25
+
#Choose the Odoo version which you want to install. For example: 12.0, 11.0, 10.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 12.0
29
27
OE_VERSION="12.0"
30
-
# Set this to True if you want to install Odoo 11 Enterprise!
28
+
# Set this to True if you want to install the Odoo enterprise version!
0 commit comments