diff --git a/template_facturae_3.2.2.xml b/template_facturae_3.2.2.xml index 3dfc52c..494f8a5 100644 --- a/template_facturae_3.2.2.xml +++ b/template_facturae_3.2.2.xml @@ -339,7 +339,7 @@ {% endif %} {# TODO: SpecialTaxableEvent not supported #} {% if line.product and line.product.code %} - {{ line.product.code }} + {{ line.product.code[:20] }} {% endif %} {% endfor %} @@ -362,10 +362,10 @@ {# Unnecessary if IBAN is supplied: AccountNumber, BankCode, BranchCode, BranchInSpainAddress, OverseasBranchAddress, BIC #} {# optional, not supported: - - PaymentReconciliationReference - - CollectionAdditionalInformation + - PaymentReconciliationReference[:60] + - CollectionAdditionalInformation[:2500] - RegulatoryReportingData (for international operations) - - DebitReconciliationReference + - DebitReconciliationReference[:60] #} {% endif %} @@ -381,11 +381,11 @@ {# optional, not supported: - - RelatedInvoice + - RelatedInvoice[:40] - RelatedDocuments - Extensions #} - + # [:2500] Factura generada con Tryton (https://www.tryton.org)