Merge pull request #205 from acsone/8.0-fix-last-rec-date-ape

[FIX] Change trigger of last_rec_date.
pull/130/merge
Guewen Baconnier 2016-07-22 13:05:10 +02:00 committed by GitHub
commit 94b555e396
1 changed files with 2 additions and 1 deletions

View File

@ -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',