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:
@@ -11,7 +11,6 @@
|
|||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "Accounting",
|
"category": "Accounting",
|
||||||
"summary": "Online bank statements update",
|
"summary": "Online bank statements update",
|
||||||
"external_dependencies": {"python": ["odoo_test_helper"]},
|
|
||||||
"depends": [
|
"depends": [
|
||||||
"account",
|
"account",
|
||||||
"account_statement_import",
|
"account_statement_import",
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# generated from manifests external_dependencies
|
# generated from manifests external_dependencies
|
||||||
odoo_test_helper
|
|
||||||
xlrd
|
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