Browse Source

[FIX] Change trigger of last_rec_date.

pull/205/head
Adrien Peiffer (ACSONE) 9 years ago
parent
commit
7534a05d9c
  1. 3
      account_financial_report_webkit/account_move_line.py

3
account_financial_report_webkit/account_move_line.py

@ -67,7 +67,8 @@ class AccountMoveLine(orm.Model):
method=True, method=True,
string='Last reconciliation date', string='Last reconciliation date',
store={'account.move.line': (lambda self, cr, uid, ids, c={}: ids, 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, 'account.move.reconcile': (_get_move_line_from_line_rec,
None, 20)}, None, 20)},
type='date', type='date',

Loading…
Cancel
Save