mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Actually remove dependency on account_payment
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user