Merge pull request #11 from hbrunn/6.1_mt940_value_date

[FIX] adapt to value_date while still supporting old versions
This commit is contained in:
Stefan Rijnhart
2014-08-07 15:31:05 +02:00

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