[9.0][FIX] account_bank_statement_import_camt: switch name and note

This commit is contained in:
Andrea
2018-10-02 11:15:50 +02:00
parent 7b5d7ca1be
commit 5ae87d32e3
2 changed files with 3 additions and 3 deletions

View File

@@ -54,12 +54,12 @@ class CamtParser(models.AbstractModel):
'./ns:RmtInf/ns:Ustrd',
'./ns:AddtlNtryInf',
'./ns:Refs/ns:InstrId',
], transaction, 'note', join_str='\n')
], transaction, 'name', join_str='\n')
# name
self.add_value_from_node(
ns, node, [
'./ns:AddtlTxInf',
], transaction, 'name', join_str='\n')
], transaction, 'note', join_str='\n')
# eref
self.add_value_from_node(
ns, node, [