diff --git a/account_payment_disperse/__manifest__.py b/account_payment_disperse/__manifest__.py index cb5c5463..160611ad 100644 --- a/account_payment_disperse/__manifest__.py +++ b/account_payment_disperse/__manifest__.py @@ -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',