This commit is contained in:
ahmed-nouri051 2025-06-26 19:47:09 +02:00
parent d970b441c4
commit cccf593e77
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()