Revert "Merge pull request #276 from i-vyshnevska/12.0-account_mass_reconcile_transaction_ref"
This reverts commitpull/517/head16832c31e1
, reversing changes made to7da56863b3
.
parent
e987f8294f
commit
654b260240
|
@ -117,7 +117,7 @@ class AccountMassReconcile(models.Model):
|
|||
_description = 'account mass reconcile'
|
||||
|
||||
@api.multi
|
||||
@api.depends('account', 'history_ids')
|
||||
@api.depends('account')
|
||||
def _get_total_unrec(self):
|
||||
obj_move_line = self.env['account.move.line']
|
||||
for rec in self:
|
||||
|
|
Loading…
Reference in New Issue