[FIX] account_banking_camt: Fixes #207

This commit is contained in:
Pedro M. Baeza
2016-04-01 02:28:01 +02:00
parent f18f149e2b
commit 98bff921d8

View File

@@ -152,7 +152,7 @@ CAMT Format parser
# Assuming If there is no Ccy tag then it belongs to defaut currency
if not self.xpath(node, './ns:Acct/ns:Ccy'):
statement.local_currency = statement.company_id.currency_id.id
statement.local_currency = 'EUR'
else:
statement.local_currency = self.xpath(node,
'./ns:Acct/ns:Ccy')[0].text