- oficially support odoo 18 instead of odoo 16 - support postgis/postgresql 18 into docker - change version erplibre 1.6.0 - support private environment and support local git repo manifest - support switch odoo version - support docker for each version - update os installation - upgrade python requirement - separate virtual environment for erplibre and odoo
7 lines
188 B
Bash
Executable file
7 lines
188 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Usage, ./test.sh -d test_addons_name -i module_name
|
|
|
|
#export ODOO_MODE_COVERAGE="true"
|
|
#export ODOO_MODE_TEST="true"
|
|
|
|
ODOO_MODE_TEST="true" ./run.sh --workers 0 "$@"
|