[IMP] account_ebics_payment_order: pre-commit auto fixes

This commit is contained in:
Luc De Meyer
2026-07-24 19:11:01 +02:00
parent c0b195d753
commit 23fe427dd0
@@ -57,8 +57,7 @@ class AccountPaymentOrder(models.Model):
if not self.journal_id.ebics_config_id: if not self.journal_id.ebics_config_id:
raise UserError( raise UserError(
self.env._( self.env._(
"No active EBICS configuration available " "No active EBICS configuration available for the selected bank."
"for the selected bank."
) )
) )
ctx.update( ctx.update(