[UPD] odoo_install: update to V15

15.0
Yenthe Van Ginneken 4 years ago committed by GitHub
parent 762f59c2af
commit a1e0c8c80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
################################################################################ ################################################################################
# Script for installing Odoo on Ubuntu 14.04, 15.04, 16.04 and 18.04 (could be used for other version too) # Script for installing Odoo on Ubuntu 16.04, 18.04 and 20.04 (could be used for other version too)
# Author: Yenthe Van Ginneken # Author: Yenthe Van Ginneken
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# This script will install Odoo on your Ubuntu 16.04 server. It can install multiple Odoo instances # This script will install Odoo on your Ubuntu 16.04 server. It can install multiple Odoo instances
@ -24,7 +24,7 @@ INSTALL_WKHTMLTOPDF="True"
OE_PORT="8069" OE_PORT="8069"
# 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. # 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.
# IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 13.0 # IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 13.0
OE_VERSION="14.0" OE_VERSION="15.0"
# Set this to True if you want to install the Odoo enterprise version! # Set this to True if you want to install the Odoo enterprise version!
IS_ENTERPRISE="False" IS_ENTERPRISE="False"
# Set this to True if you want to install Nginx! # Set this to True if you want to install Nginx!

Loading…
Cancel
Save