[ADD] account_mass_reconcile: assure migration is ok
parent
a69faf8264
commit
fbaad0a8dd
|
@ -52,7 +52,7 @@ class MassReconcileOptions(models.AbstractModel):
|
||||||
default='newest',
|
default='newest',
|
||||||
)
|
)
|
||||||
_filter = fields.Char(
|
_filter = fields.Char(
|
||||||
string='Filter',
|
string='Filter', oldname='filter',
|
||||||
)
|
)
|
||||||
income_exchange_account_id = fields.Many2one(
|
income_exchange_account_id = fields.Many2one(
|
||||||
'account.account',
|
'account.account',
|
||||||
|
|
Loading…
Reference in New Issue