From b2430ec23f3b5df8606811e30b0580f02845f74d Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Wed, 9 Sep 2015 19:35:55 +0200 Subject: [PATCH] [FIX] dependency on account suffices --- account_reconcile_prepare_account/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_reconcile_prepare_account/__openerp__.py b/account_reconcile_prepare_account/__openerp__.py index 902ff73c..6b377e58 100644 --- a/account_reconcile_prepare_account/__openerp__.py +++ b/account_reconcile_prepare_account/__openerp__.py @@ -25,7 +25,7 @@ "category": "Banking addons", "summary": "Assign bank transactions to accounts before reconciliation", "depends": [ - 'account_bank_statement_import', + 'account', ], "data": [ "views/account_bank_statement.xml",