Merge pull request #267 from schout-it/8.0

[8.0][BUG][account_banking_payment_transfer]
This commit is contained in:
Pedro M. Baeza
2016-04-18 12:51:52 +02:00

View File

@@ -185,7 +185,7 @@ class PaymentOrder(models.Model):
raise UserError(_(
"Cannot generate the transfer move when "
"the currency of the payment (%s) is not the "
"same as the currency of the company. This "
"same as the currency of the company (%s). This "
"is not supported for the moment.")
% (bank_line.currency.name, company_currency.name))
aml_obj = self.env['account.move.line']