🐛 wrong and/or check

->l10n_ch_base_bank
This commit is contained in:
Renzo Meister 2022-12-27 10:16:19 +01:00
parent 3adf99fff4
commit ffb828337e

View File

@ -87,14 +87,13 @@ class AccountMove(models.Model):
) )
if ( if (
bank_acc.acc_type not in ["qr-iban", 'iban'] bank_acc.acc_type not in ["qr-iban", 'iban']
and ( and ((
move.currency_id.name == "CHF" move.currency_id.name == "CHF"
and not bank_acc.l10n_ch_isr_subscription_chf and not bank_acc.l10n_ch_isr_subscription_chf
) ) or (
or ( move.currency_id.name == "EUR"
move.currency_id.name == "EUR" and not bank_acc.l10n_ch_isr_subscription_eur
and not bank_acc.l10n_ch_isr_subscription_eur ))
)
): ):
raise exceptions.ValidationError( raise exceptions.ValidationError(
_( _(