mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
fix ebics date_to
This commit is contained in:
parent
f6573f4496
commit
31eea3370e
@ -481,7 +481,7 @@ class EbicsXfer(models.TransientModel):
|
||||
'data': data,
|
||||
'date': fields.Datetime.now(),
|
||||
'date_from': self.date_from,
|
||||
'date_to': self.date_from,
|
||||
'date_to': self.date_to,
|
||||
'format_id': file_format.id,
|
||||
'user_id': self._uid,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user