diff --git a/account_statement_import_online/__manifest__.py b/account_statement_import_online/__manifest__.py index ab9a6d2b..eb80f843 100644 --- a/account_statement_import_online/__manifest__.py +++ b/account_statement_import_online/__manifest__.py @@ -11,7 +11,6 @@ "license": "AGPL-3", "category": "Accounting", "summary": "Online bank statements update", - "external_dependencies": {"python": ["odoo_test_helper"]}, "depends": [ "account", "account_statement_import", diff --git a/requirements.txt b/requirements.txt index 4318b1c6..542d351c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ # generated from manifests external_dependencies -odoo_test_helper xlrd diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 00000000..66bc2cba --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1 @@ +odoo_test_helper