diff --git a/run_tests b/run_tests index c8a2cc941c5e6247da964d14514c855a3fbf2bd1_cnVuX3Rlc3Rz..9de0f87075a693b76b55f8cbcb3cc56499dc8760_cnVuX3Rlc3Rz 100755 --- a/run_tests +++ b/run_tests @@ -39,7 +39,7 @@ loglevel="--log-level=test" fi logfile=$(tempfile --suffix=.log) -if [ "$ODOO_TYPE" = "odoo11" ] || [ "$ODOO_TYPE" = "odoo13" ]; +if [ "$ODOO_TYPE" = "odoo11" ] || [ "$ODOO_TYPE" = "odoo13" ] || [ "$ODOO_TYPE" = "odoo15" ]; then export PRE_ODOO_BIN="python3-coverage run --omit=__manifest__.py --source=$project_home " fi