[ADD] account_mass_reconcile: assure migration is ok

pull/635/head
mreficent 2018-11-21 18:50:18 +01:00 committed by JasminSForgeFlow
parent ce532574d4
commit 30aec86cf0
1 changed files with 1 additions and 1 deletions

View File

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