🐛 Generation of QR Invoice not working

->l10n_ch_base_bank
This commit is contained in:
Renzo Meister 2022-01-20 18:29:12 +01:00
parent 054b3e8e86
commit 9c3742445a

View File

@ -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