mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[ADD] account_mass_reconcile: assure migration is ok
This commit is contained in:
committed by
Florian da Costa
parent
7e9046306e
commit
cb1f400baa
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user