From 7534a05d9c6e2e7bb5893ebe77b1f475649cd618 Mon Sep 17 00:00:00 2001 From: "Adrien Peiffer (ACSONE)" Date: Mon, 13 Jun 2016 11:00:31 +0200 Subject: [PATCH] [FIX] Change trigger of last_rec_date. --- account_financial_report_webkit/account_move_line.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/account_financial_report_webkit/account_move_line.py b/account_financial_report_webkit/account_move_line.py index 882ce99f..306f270e 100644 --- a/account_financial_report_webkit/account_move_line.py +++ b/account_financial_report_webkit/account_move_line.py @@ -67,7 +67,8 @@ class AccountMoveLine(orm.Model): method=True, string='Last reconciliation date', store={'account.move.line': (lambda self, cr, uid, ids, c={}: ids, - ['date'], 20), + ['date', 'reconcile_id', + 'partial_reconcile_id'], 20), 'account.move.reconcile': (_get_move_line_from_line_rec, None, 20)}, type='date',