Skip to content

Commit

Permalink
Merge PR #4509 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by SirAionTech
  • Loading branch information
OCA-git-bot committed Jan 14, 2025
2 parents 7859cf1 + d9f2bf1 commit 9c76b64
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 9c76b64

Please sign in to comment.