mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] add date of payment line instead of taking current date by default
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user