Merge pull request #3677 from expsa/dev_odex25_accounting

Dev odex25 accounting
This commit is contained in:
ahmed-nouri051 2025-06-26 18:09:43 +02:00 committed by GitHub
commit f31fca8361
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()