Skip to content

Commit 3d65516

Browse files
committed
[FIX] l10n_it_fatturapa_out: fix for uom with more than 10 characters (for example the Units uom in German)
1 parent ff1a218 commit 3d65516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

l10n_it_fatturapa_out/data/invoice_it_template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ e 'line' per riga di fattura (a seconda del livello in cui sono chiamati)
168168
<Quantita t-out="format_quantity(line)" />
169169
<UnitaMisura
170170
t-if="line.product_uom_id.name"
171-
t-out="unidecode(line.product_uom_id.name)"
171+
t-out="encode_for_export(unidecode(line.product_uom_id.name),10)"
172172
/>
173173
<!-- <DataInizioPeriodo t-out=""/>-->
174174
<!-- <DataFinePeriodo t-out=""/>-->

0 commit comments

Comments
 (0)