Merge pull request #8 from hbrunn/7.0_mt940_value_date

[FIX] adapt to value_date while still supporting old versions
This commit is contained in:
Stefan Rijnhart
2014-07-14 16:18:01 +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):