diff --git a/statement_voucher_killer/voucher.py b/statement_voucher_killer/voucher.py index b35f8159..9b25e9da 100644 --- a/statement_voucher_killer/voucher.py +++ b/statement_voucher_killer/voucher.py @@ -122,6 +122,7 @@ class AccountPaymentPopulateStatement(orm.TransientModel): 'account_id': line.move_line_id.account_id.id, 'statement_id': statement.id, 'ref': line.communication, + 'date': line.date, }, context=context) line_obj.write(cr, uid, [line.id], {'bank_statement_line_id': st_line_id})