Odoo Install Script
sudo wget https://raw.githubusercontent.com/fow903/odoo-docker-install/16.0/odoo_install.sh
There are a few things you can configure, this is the most used list:
OE_USER
will be the username for the system user.
ODOO_VERSION
is the Odoo version to install, for example 16.0
for Odoo V16.
POSTGRES_VERSION
is the Postgres version to install, for example 15
for Postgres V15.
sudo chmod +x odoo_install.sh
sudo ./odoo_install.sh