mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] set the default value for the account to False as the account is not required anymore
This commit is contained in:
@@ -242,3 +242,7 @@ class AccountBankStatementLine(Model):
|
|||||||
'account_id': fields.many2one('account.account','Account'),
|
'account_id': fields.many2one('account.account','Account'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_defaults = {
|
||||||
|
'account_id': False,
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user