diff --git a/account_banking_camt/camt.py b/account_banking_camt/camt.py index b36301e9a..fb01e0505 100644 --- a/account_banking_camt/camt.py +++ b/account_banking_camt/camt.py @@ -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 = 'EUR' + statement.local_currency = statement.company_id.currency_id.id else: statement.local_currency = self.xpath(node, './ns:Acct/ns:Ccy')[0].text