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:
@@ -241,4 +241,8 @@ class AccountBankStatementLine(Model):
|
||||
_columns = {
|
||||
'account_id': fields.many2one('account.account','Account'),
|
||||
}
|
||||
|
||||
_defaults = {
|
||||
'account_id': False,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user