From d9f2bf1d5f70ddcfa431bdbf4e0c88d42afca1c0 Mon Sep 17 00:00:00 2001 From: Gianmarco Conte Date: Tue, 3 Dec 2024 09:20:10 +0100 Subject: [PATCH] [IMP] l10n_it_fatturapa_in: add self invoice type TD22 --- l10n_it_fatturapa_in/models/attachment.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/l10n_it_fatturapa_in/models/attachment.py b/l10n_it_fatturapa_in/models/attachment.py index b8a4853dc6ad..2c4e68af249e 100644 --- a/l10n_it_fatturapa_in/models/attachment.py +++ b/l10n_it_fatturapa_in/models/attachment.py @@ -9,7 +9,17 @@ _logger = logging.getLogger(__name__) -SELF_INVOICE_TYPES = ("TD16", "TD17", "TD18", "TD19", "TD20", "TD21", "TD27", "TD28") +SELF_INVOICE_TYPES = ( + "TD16", + "TD17", + "TD18", + "TD19", + "TD20", + "TD21", + "TD22", + "TD27", + "TD28", +) class FatturaPAAttachmentIn(models.Model):