Browse Source

[ENH] Streamline node parsing.

pull/153/head
Ronald Portier 8 years ago
parent
commit
ca8952ee61
  1. 3
      account_bank_statement_import_camt/models/parser.py

3
account_bank_statement_import_camt/models/parser.py

@ -93,8 +93,7 @@ class CamtParser(models.AbstractModel):
transaction,
'message',
join_str='\n',
default=_('No description')
)
default=_('No description'))
# eref
self.add_value_from_node(
node, [

Loading…
Cancel
Save