mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Merge pull request #267 from schout-it/8.0
[8.0][BUG][account_banking_payment_transfer]
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user