[FIX] Update dependencies.

This commit is contained in:
Ronald Portier (Therp BV)
2015-04-02 19:41:21 +02:00
parent 1e2548ca4a
commit 133dba1b70
2 changed files with 4 additions and 2 deletions

View File

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

View File

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