Skip to content
Snippets Groups Projects
Commit 2c76293c authored by dbkosky's avatar dbkosky Committed by dbkosky
Browse files

[FIX] l10n_it_edi: edi rejects IdDocumento

The EDI rejects the xml if the <IdDocumento/> is longer than 20
characters long.

Part-of: odoo/odoo#86569
parent 11551f36
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@
</DatiBollo>
</DatiGeneraliDocumento>
<DatiOrdineAcquisto t-if="record.ref">
<IdDocumento t-esc="record.ref" />
<IdDocumento t-esc="record.ref[:20]" />
</DatiOrdineAcquisto>
<DatiDDT t-if="record.l10n_it_ddt_id">
<!--2.1.8-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment