mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] remove redundant call to _check_lock_date()
This commit is contained in:
@@ -37,5 +37,4 @@ class AccountMove(models.Model):
|
||||
# as it is not done by default
|
||||
self._check_lock_date()
|
||||
result = super(AccountMove, self).write(vals)
|
||||
self._check_lock_date()
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user