Setup Template DB Script
Link
You can find the script on
Gitlab
Usage
./setup_template_db.sh <version_number>
Example
./setup_template_db.sh 14
Dependencies
Variables
Functions
Workflow
Checks if the script is provided with the required version number. If not, it displays an error
message and exits.
Calls the setup_template_dbs function with the base database name and the Odoo Docker image.
Docker Configuration