Revert "Merge pull request #276 from i-vyshnevska/12.0-account_mass_reconcile_transaction_ref"

This reverts commit 16832c31e1, reversing
changes made to 7da56863b3.
pull/517/head
Akim Juillerat 2019-10-15 15:55:04 +02:00 committed by sonhd91
parent e987f8294f
commit 654b260240
1 changed files with 1 additions and 1 deletions

View File

@ -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: