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