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
JasminSForgeFlow
parent
bdeb7adfc3
commit
551c63d1c4
@@ -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:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
|
||||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<title>Account Mass Reconcile</title>
|
||||
<style type="text/css">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user