mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] Add tag AddtlInf to the name field
This commit is contained in:
@@ -57,7 +57,7 @@ class CamtParser(models.AbstractModel):
|
||||
# message
|
||||
self.add_value_from_node(
|
||||
ns, node, [
|
||||
'./ns:RmtInf/ns:Ustrd',
|
||||
'./ns:RmtInf/ns:Ustrd|./ns:RtrInf/ns:AddtlInf',
|
||||
'./ns:AddtlNtryInf',
|
||||
'./ns:Refs/ns:InstrId',
|
||||
], transaction, 'name', join_str='\n')
|
||||
|
||||
Reference in New Issue
Block a user