diff --git a/account_partner_reconcile/__manifest__.py b/account_partner_reconcile/__manifest__.py index 2541fb84..88c64767 100644 --- a/account_partner_reconcile/__manifest__.py +++ b/account_partner_reconcile/__manifest__.py @@ -8,7 +8,10 @@ "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-reconcile", "license": "AGPL-3", - "depends": ["account"], + "depends": [ + "account", + "account_reconciliation_widget", + ], "data": ["views/res_partner_view.xml"], "installable": True, }