diff --git a/l10n_ch_base_bank/models/invoice.py b/l10n_ch_base_bank/models/invoice.py index 005efaa..55bd4ba 100644 --- a/l10n_ch_base_bank/models/invoice.py +++ b/l10n_ch_base_bank/models/invoice.py @@ -86,7 +86,7 @@ class AccountMove(models.Model): ) ) if ( - bank_acc.acc_type != "qr-iban" + bank_acc.acc_type not in ["qr-iban", 'iban'] and ( move.currency_id.name == "CHF" and not bank_acc.l10n_ch_isr_subscription_chf