mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] Update dependencies.
This commit is contained in:
@@ -25,7 +25,8 @@
|
|||||||
'website': 'https://github.com/OCA/banking',
|
'website': 'https://github.com/OCA/banking',
|
||||||
'category': 'Banking addons',
|
'category': 'Banking addons',
|
||||||
'depends': [
|
'depends': [
|
||||||
'bank_statement_parse'
|
'account_bank_statement_import',
|
||||||
|
'bank_statement_parse',
|
||||||
],
|
],
|
||||||
'demo': [
|
'demo': [
|
||||||
'demo/demo_data.xml',
|
'demo/demo_data.xml',
|
||||||
|
|||||||
@@ -33,7 +33,8 @@ certain bank.
|
|||||||
See bank_statement_parse_nl_ing_mt940 for an example on how to use it.
|
See bank_statement_parse_nl_ing_mt940 for an example on how to use it.
|
||||||
''',
|
''',
|
||||||
'depends': [
|
'depends': [
|
||||||
'bank_statement_parse'
|
'account_bank_statement_import',
|
||||||
|
'bank_statement_parse',
|
||||||
],
|
],
|
||||||
'data': [],
|
'data': [],
|
||||||
'installable': True
|
'installable': True
|
||||||
|
|||||||
Reference in New Issue
Block a user