mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] aditional depndency to trigger recompute properly
This commit is contained in:
committed by
Miquel Raïch
parent
ff2d4ac504
commit
0836222dce
@@ -117,7 +117,7 @@ class AccountMassReconcile(models.Model):
|
||||
_description = 'account mass reconcile'
|
||||
|
||||
@api.multi
|
||||
@api.depends('account')
|
||||
@api.depends('account', 'history_ids')
|
||||
def _get_total_unrec(self):
|
||||
obj_move_line = self.env['account.move.line']
|
||||
for rec in self:
|
||||
|
||||
Reference in New Issue
Block a user