cash
This commit is contained in:
parent
d7d6cddd26
commit
bf0f2ca218
|
|
@ -52,8 +52,8 @@ class AccountPayment(models.Model):
|
|||
if self.payment_type == 'outbound':
|
||||
self._check_permission('odex25_account_payment_fix.group_posted')
|
||||
res = super(AccountPayment, self).action_post()
|
||||
|
||||
self.env.invalidate_cache()
|
||||
self.env.invalidate_all()
|
||||
|
||||
|
||||
|
||||
for payment in self:
|
||||
|
|
|
|||
Loading…
Reference in New Issue