[FIX] Actually remove dependency on account_payment

This commit is contained in:
Stefan Rijnhart
2013-03-17 10:46:21 +01:00
parent 943343061a
commit fa7bb5dae2

View File

@@ -35,8 +35,10 @@
'author': 'Banking addons community',
'website': 'https://launchpad.net/banking-addons',
'category': 'Banking addons',
'depends': ['base', 'account', 'base_iban', 'account_payment',
'account_iban_preserve_domestic'],
'depends': [
'account',
'account_iban_preserve_domestic',
],
'init_xml': [],
'update_xml': [
'security/ir.model.access.csv',