[FIX] account_statement_import_online: not require odoo_test_helper

This commit is contained in:
Miquel Raïch
2023-02-22 18:30:26 +01:00
parent 928205e6a9
commit 9df6799567
3 changed files with 1 additions and 2 deletions

View File

@@ -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",

View File

@@ -1,3 +1,2 @@
# generated from manifests external_dependencies
odoo_test_helper
xlrd

1
test-requirements.txt Normal file
View File

@@ -0,0 +1 @@
odoo_test_helper