From ffb828337e124c748351a2780f78f3daf7d9dbbc Mon Sep 17 00:00:00 2001 From: Renzo Meister Date: Tue, 27 Dec 2022 10:16:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20wrong=20and/or=20check=20->l10n?= =?UTF-8?q?=5Fch=5Fbase=5Fbank?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_ch_base_bank/models/invoice.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/l10n_ch_base_bank/models/invoice.py b/l10n_ch_base_bank/models/invoice.py index 55bd4ba..5ade774 100644 --- a/l10n_ch_base_bank/models/invoice.py +++ b/l10n_ch_base_bank/models/invoice.py @@ -87,14 +87,13 @@ class AccountMove(models.Model): ) if ( bank_acc.acc_type not in ["qr-iban", 'iban'] - and ( - move.currency_id.name == "CHF" - and not bank_acc.l10n_ch_isr_subscription_chf - ) - or ( - move.currency_id.name == "EUR" - and not bank_acc.l10n_ch_isr_subscription_eur - ) + and (( + move.currency_id.name == "CHF" + and not bank_acc.l10n_ch_isr_subscription_chf + ) or ( + move.currency_id.name == "EUR" + and not bank_acc.l10n_ch_isr_subscription_eur + )) ): raise exceptions.ValidationError( _(