|
|
@@ -39,10 +39,10 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- Condición de venta (Contado / Crédito) -->
|
|
|
- <div class="xmark" style="top:0.3cm; left:18.1cm;">
|
|
|
+ <div class="xmark" style="top:0.3cm; left:18.3cm;">
|
|
|
<t t-if="o.contado">X</t>
|
|
|
</div>
|
|
|
- <div class="xmark" style="top:0.3cm; left:18.4cm;">
|
|
|
+ <div class="xmark" style="top:0.3cm; left:18.6cm;">
|
|
|
<t t-if="o.credito">X</t>
|
|
|
</div>
|
|
|
|
|
|
@@ -67,7 +67,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- Detalle -->
|
|
|
- <div class="detalle" style="top:2.8cm;">
|
|
|
+ <div class="detalle" style="top:3.2cm;">
|
|
|
<t t-foreach="o.invoice_line" t-as="l">
|
|
|
<div style="display:flex;">
|
|
|
<div style="width:1.8cm; text-align:center;"><span t-esc="'{0:,.0f}'.format(l.quantity)"/></div>
|