[FIX] adapt to value_date while still supporting old versions

This commit is contained in:
Holger Brunn
2014-07-07 16:29:16 +02:00
parent d62e21010c
commit 3993ccbcf7

View File

@@ -186,6 +186,7 @@ class MT940(object):
self.current_transaction = transaction
transaction.execution_date = str2date(data[:6])
transaction.effective_date = str2date(data[:6])
transaction.value_date = str2date(data[:6])
'...and the rest already is highly bank dependent'
def handle_tag_86(self, cr, data):