mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user