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
Copy file name to clipboardExpand all lines: odoo_install.sh
+26-4Lines changed: 26 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ OE_PORT="8069"
27
27
#Choose the Odoo version which you want to install. For example: 10.0, 9.0, 8.0, 7.0 or saas-6. When using 'trunk' the master version will be installed.
28
28
#IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 10.0
29
29
OE_VERSION="10.0"
30
+
# Set this to True if you want to install Odoo 10 Enterprise!
0 commit comments