[FIX] adapt to value_date while still supporting old versions

This commit is contained in:
Holger Brunn
2014-07-09 15:32:44 +02:00
parent 21519237a0
commit db255ec8d3

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):