mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] account_statement_import_online: not require odoo_test_helper
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# generated from manifests external_dependencies
|
||||
odoo_test_helper
|
||||
ofxparse
|
||||
xlrd
|
||||
|
||||
1
test-requirements.txt
Normal file
1
test-requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
odoo_test_helper
|
||||
Reference in New Issue
Block a user