sudo systemctl start postgresql.serviceSimply
./run.shWith arguments
./run.sh -hExecute your own python script:
./run.sh --log-level debugGreat idea to run it when updating Odoo, it updates each module database.
./run.sh -d [DATABASE] -u all --log-level debug./run.sh -d [DATABASE] -u [module] --log-level debugFirst execution, install you requirements, choose a new database.
./run.sh -d [DATABASE] -i [module to test] --test-enable --no-http --stop-after-init --log-level=testExecute your test on a specific module.
./run.sh -d [DATABASE] -u [module to test] --test-enable --no-http --stop-after-init --log-level=testExecute your test on a specific module with tags.
./run.sh -d [DATABASE] -u [module to test] --test-enable --no-http --stop-after-init --log-level=test --test-tags [module_name][tags]