Fix correct account_payment_disperse dependency on account

This commit is contained in:
Jared Kipe
2018-04-23 10:12:43 -07:00
parent 27b9442af3
commit 96f32f8a34

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