[FIX] script: migrate prod to test, new odoo break with --dev all
This commit is contained in:
parent
50d5acb6e6
commit
ba6ddee291
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ if [ $# -lt 1 ]; then
|
|||
exit 1
|
||||
fi
|
||||
source ./.venv/bin/activate
|
||||
python3 ./odoo/odoo-bin -c ./config.conf --limit-time-real 99999 --limit-time-cpu 99999 --stop-after-init -i user_test,disable_mail_server,disable_auto_backup --dev all -d $@
|
||||
python3 ./odoo/odoo-bin -c ./config.conf --limit-time-real 99999 --limit-time-cpu 99999 --stop-after-init -i user_test,disable_mail_server,disable_auto_backup --dev prod -d $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue