From fbaad0a8dde599b33e86e323e8eb405664ae6dd7 Mon Sep 17 00:00:00 2001 From: mreficent Date: Wed, 21 Nov 2018 18:50:18 +0100 Subject: [PATCH] [ADD] account_mass_reconcile: assure migration is ok --- account_mass_reconcile/models/mass_reconcile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_mass_reconcile/models/mass_reconcile.py b/account_mass_reconcile/models/mass_reconcile.py index 894dc775..5f202f98 100644 --- a/account_mass_reconcile/models/mass_reconcile.py +++ b/account_mass_reconcile/models/mass_reconcile.py @@ -52,7 +52,7 @@ class MassReconcileOptions(models.AbstractModel): default='newest', ) _filter = fields.Char( - string='Filter', + string='Filter', oldname='filter', ) income_exchange_account_id = fields.Many2one( 'account.account',