Update max text for some fields

This commit is contained in:
Bernat Brunet 2023-03-07 10:48:35 +01:00
parent fab818fd35
commit 3fd5663c93
1 changed files with 6 additions and 6 deletions

View File

@ -339,7 +339,7 @@
{% endif %}
{# TODO: SpecialTaxableEvent not supported #}
{% if line.product and line.product.code %}
<ArticleCode>{{ line.product.code }}</ArticleCode>
<ArticleCode>{{ line.product.code[:20] }}</ArticleCode>
{% endif %}
</InvoiceLine>
{% endfor %}
@ -362,10 +362,10 @@
{# Unnecessary if IBAN is supplied: AccountNumber, BankCode, BranchCode, BranchInSpainAddress, OverseasBranchAddress, BIC #}
</AccountToBeDebited>
{# optional, not supported:
- PaymentReconciliationReference
- CollectionAdditionalInformation
- PaymentReconciliationReference[:60]
- CollectionAdditionalInformation[:2500]
- RegulatoryReportingData (for international operations)
- DebitReconciliationReference
- DebitReconciliationReference[:60]
#}
{% endif %}
</Installment>
@ -381,11 +381,11 @@
</LegalLiterals>
<AdditionalData>
{# optional, not supported:
- RelatedInvoice
- RelatedInvoice[:40]
- RelatedDocuments
- Extensions
#}
<InvoiceAdditionalInformation>
<InvoiceAdditionalInformation> # [:2500]
Factura generada con Tryton (https://www.tryton.org)
</InvoiceAdditionalInformation>
</AdditionalData>