|
@@ -42,14 +42,15 @@
|
|
======================================================================
|
|
======================================================================
|
|
-->
|
|
-->
|
|
<div style="height:3.3cm;">
|
|
<div style="height:3.3cm;">
|
|
- <div style="padding-left:8.6cm;padding-top:0.4cm;font-size:10px;">
|
|
|
|
|
|
+ <div style="padding-left:8.6cm;padding-top:0.4cm;padding-right:5.0cm;font-size:9px;">
|
|
<div>Fecha de Emisión: <span t-field="o.date_invoice" t-field-options='{"format": "dd/MM/yyyy"}'/></div>
|
|
<div>Fecha de Emisión: <span t-field="o.date_invoice" t-field-options='{"format": "dd/MM/yyyy"}'/></div>
|
|
<div>Nombre / Razón Social: <span t-field="o.partner_id.name"/></div>
|
|
<div>Nombre / Razón Social: <span t-field="o.partner_id.name"/></div>
|
|
<div>
|
|
<div>
|
|
- R.U.C: <span t-field="o.partner_id.ruc"/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
|
|
|
|
+ R.U.C: <span t-field="o.partner_id.ruc"/>
|
|
|
|
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
Cond de Venta: <t t-if="o.contado">Contado</t><t t-if="o.credito">Crédito</t>
|
|
Cond de Venta: <t t-if="o.contado">Contado</t><t t-if="o.credito">Crédito</t>
|
|
</div>
|
|
</div>
|
|
- <div>Dirección: <span t-field="o.partner_id.street"/>,<span t-field="o.partner_id.street2"/></div>
|
|
|
|
|
|
+ <div>Dir.: <span t-field="o.partner_id.street"/>,<span t-field="o.partner_id.street2"/></div>
|
|
<div><span t-field="o.partner_id.state_id.display_name"/>,<span t-field="o.partner_id.country_id.name"/></div>
|
|
<div><span t-field="o.partner_id.state_id.display_name"/>,<span t-field="o.partner_id.country_id.name"/></div>
|
|
<div>Nota de Remisión: </div>
|
|
<div>Nota de Remisión: </div>
|
|
</div>
|
|
</div>
|
|
@@ -203,15 +204,28 @@
|
|
<td style="width:9.5cm;overflow: auto; text-align: center;">
|
|
<td style="width:9.5cm;overflow: auto; text-align: center;">
|
|
<t t-if="o.currency_id.id == 166">
|
|
<t t-if="o.currency_id.id == 166">
|
|
<div>
|
|
<div>
|
|
- IVA 10%: <span t-esc="'%.2f'%iva_10"/>
|
|
|
|
|
|
+ IVA 10%:
|
|
|
|
+ <t t-if="iva_10 != 0">
|
|
|
|
+ <span t-esc="'{0:,.0f}'.format(iva_10)"/>
|
|
|
|
+ </t>
|
|
&nbsp;&nbsp;&nbsp;&nbsp;
|
|
&nbsp;&nbsp;&nbsp;&nbsp;
|
|
- IVA 5%: <span t-esc="'%.2f'%iva_5"/></div>
|
|
|
|
|
|
+ IVA 5%:
|
|
|
|
+ <t t-if="iva_5 != 0">
|
|
|
|
+ <span t-esc="'{0:,.0f}'.format(iva_5)"/>
|
|
|
|
+ </t>
|
|
|
|
+ </div>
|
|
</t>
|
|
</t>
|
|
<t t-if="o.currency_id.id != 166">
|
|
<t t-if="o.currency_id.id != 166">
|
|
<div>
|
|
<div>
|
|
- IVA 10%: <span t-esc="'{0:,.2f}'.format(iva_10)"/>
|
|
|
|
|
|
+ IVA 10%:
|
|
|
|
+ <t t-if="iva_10 != 0">
|
|
|
|
+ <span t-esc="'{0:,.2f}'.format(iva_10)"/>
|
|
|
|
+ </t>
|
|
&nbsp;&nbsp;&nbsp;&nbsp;
|
|
&nbsp;&nbsp;&nbsp;&nbsp;
|
|
- IVA 5%: <span t-esc="{0:,.2f}'.format(iva_5)"/>
|
|
|
|
|
|
+ IVA 5%:
|
|
|
|
+ <t t-if="iva_5 != 0">
|
|
|
|
+ <span t-esc="'{0:,.2f}'.format(iva_5)"/>
|
|
|
|
+ </t>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</t>
|
|
</td>
|
|
</td>
|