Skip to content

Commit

Permalink
[IMP] l10n_it_fatturapa_in: add self invoice type TD22
Browse files Browse the repository at this point in the history
  • Loading branch information
jado95 authored and alex committed Dec 16, 2024
1 parent 7859cf1 commit d9f2bf1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion l10n_it_fatturapa_in/models/attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d9f2bf1

Please sign in to comment.