2
0
mirror of https://github.com/brain-tec/account_ebics.git synced 2025-04-13 22:30:43 +00:00

fix ebics date_to

This commit is contained in:
Luc De Meyer 2020-07-18 17:57:48 +02:00
parent efc65f7a63
commit 64bf57ef85

@ -478,7 +478,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,
}