[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 95df05249e
commit a11ca1ec8a
3 changed files with 1 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
"license": "AGPL-3",
"category": "Accounting",
"summary": "Online bank statements update",
"external_dependencies": {"python": ["odoo_test_helper"]},
"depends": [
"account_statement_import_base",
"web_widget_dropdown_dynamic",

View File

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

1
test-requirements.txt Normal file
View File

@@ -0,0 +1 @@
odoo_test_helper