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