From 3fd5663c9391d4f947a45785d131cdbc04d5bd7a Mon Sep 17 00:00:00 2001 From: Bernat Brunet Date: Tue, 7 Mar 2023 10:48:35 +0100 Subject: [PATCH] Update max text for some fields --- template_facturae_3.2.2.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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)