Skip to content
Snippets Groups Projects
Commit 09d73690 authored by Nicolas Russo's avatar Nicolas Russo
Browse files

Merge branch 'T8310' into 'master'

[IMP][T8404] Delivery carrier fields mods

See merge request !64
parents f055d7ca eafa7f67
No related branches found
No related tags found
1 merge request!64[IMP][T8404] Delivery carrier fields mods
......@@ -217,8 +217,8 @@
<div style="position: relative; top: 30mm;">
<span>Cantidad de bultos: </span><span style="font-weight: normal;"><t t-out="o.packages_quant" /></span>
<span style="margin-left: 50mm">Peso: </span><span style="font-weight: normal;"><t t-out="o.weight" /></span>
<span style="margin-left: 50mm">Valor declarado: </span><span style="font-weight: normal;"><t t-out="o.declared_value" /></span>
<span style="margin-left: 50mm">Peso: </span><span style="font-weight: normal;"><t t-out="o.packages_kgs" /> kg</span>
<span style="margin-left: 50mm">Valor declarado: </span><span style="font-weight: normal;">$ <t t-out="o.declared_value" /></span>
</div>
<div style="position: relative; top: 45mm;">
......
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