Merge pull request #3676 from expsa/fix-bug-accounting

commit
This commit is contained in:
ahmed-nouri051 2025-06-26 18:04:09 +02:00 committed by GitHub
commit 712052342b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class AccountPayment(models.Model):
res = super(AccountPayment, self).action_post()
self.env.cr.commit()
for payment in self:
payment.invalidate_cache()