Fix correct account_payment_disperse dependency on account

This commit is contained in:
Jared Kipe
2018-04-23 10:12:43 -07:00
committed by Cedric Collins
parent 301fcc19eb
commit e7d7c9c2c5

View File

@@ -9,7 +9,7 @@ Pay multiple invoices with one Payment, and manually disperse the amount per inv
""",
'website': 'https://hibou.io/',
'depends': [
'account_payment',
'account',
],
'data': [
'wizard/register_payment_wizard_views.xml',