erplibre/script/database/migrate_prod_to_test.sh
Mathieu Benoit a1b9c98b5f [IMP] refactoring to support multiple version of Odoo
- change path odoo to support multiple
- conf pycharm exclude folder
- refactor run/test/coverage by use same script
2025-10-31 01:32:11 -04:00

8 lines
290 B
Bash
Executable file

#!/usr/bin/env bash
if [ $# -lt 1 ]; then
# TODO: print usage
echo "Missing database name"
exit 1
fi
./odoo_bin.sh -c ./config.conf --limit-time-real 99999 --limit-time-cpu 99999 --no-http --stop-after-init -i user_test,disable_mail_server,disable_auto_backup --dev prod -d $@