|
@@ -55,7 +55,7 @@
|
|
</t>
|
|
</t>
|
|
<t>
|
|
<t>
|
|
<div>
|
|
<div>
|
|
- <h4><center><strong><span t-field="o.name" /></strong></center></h4>
|
|
|
|
|
|
+ <h4><center><strong>REC </strong><strong><span t-field="o.name" /></strong></center></h4>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</t>
|
|
<t>
|
|
<t>
|
|
@@ -68,7 +68,7 @@
|
|
|
|
|
|
<hr style="border: 1px solid #ddd; margin-top: 10px; margin-bottom: 15px;"/>
|
|
<hr style="border: 1px solid #ddd; margin-top: 10px; margin-bottom: 15px;"/>
|
|
|
|
|
|
- <div style="margin-bottom: 15px; font-size: 13px;">
|
|
|
|
|
|
+ <div style="margin-bottom: 15px; font-size: 12px;">
|
|
<strong>Fecha:</strong> <span t-esc="fecha_letras"/>
|
|
<strong>Fecha:</strong> <span t-esc="fecha_letras"/>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -98,17 +98,17 @@
|
|
<div class="row" style="display: flex;">
|
|
<div class="row" style="display: flex;">
|
|
<div class="col-xs-3" style="border: 1px solid #ddd; padding: 10px;">
|
|
<div class="col-xs-3" style="border: 1px solid #ddd; padding: 10px;">
|
|
<h4>Facturas</h4>
|
|
<h4>Facturas</h4>
|
|
- <table style="width: 100%; border-collapse: collapse; margin-bottom: 20px; border: 1px solid #ddd;">
|
|
|
|
|
|
+ <table style="width: 100%; border-collapse: collapse; margin-bottom: 20px; border: 1px solid #ddd;font-size: 9px;">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
- <th style="border: 1px solid #ddd; padding: 8px;">Nº de Factura</th>
|
|
|
|
- <th style="border: 1px solid #ddd; padding: 8px;">Monto</th>
|
|
|
|
|
|
+ <th style="border: 1px solid #ddd; padding: 7px;">Nº de Factura</th>
|
|
|
|
+ <th style="border: 1px solid #ddd; padding: 7px;">Monto</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
<tr t-foreach="o.invoice_ids" t-as="line">
|
|
<tr t-foreach="o.invoice_ids" t-as="line">
|
|
- <td style="border: 1px solid #ddd; padding: 8px;"><span t-esc="line.name"/></td>
|
|
|
|
- <td style="border: 1px solid #ddd; padding: 8px; text-align: right;"><span t-esc="'{0:,.0f}'.format(line.amount_total)"/></td>
|
|
|
|
|
|
+ <td style="border: 1px solid #ddd; padding: 7px;"><span t-esc="line.name"/></td>
|
|
|
|
+ <td style="border: 1px solid #ddd; padding: 7px; text-align: right;"><span t-esc="'{0:,.0f}'.format(line.amount_total)"/></td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
@@ -158,10 +158,15 @@
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <table style="width:100%; margin-top: 20px; font-size: 11px;">
|
|
|
|
+ <tr style="height: 25px;">
|
|
|
|
+ <td><strong>Obs.:</strong> <span t-esc="o.obs or ''"/></td>
|
|
|
|
+ </tr>
|
|
|
|
|
|
- <table style="width:100%; margin-top: 20px; font-size: 12px;">
|
|
|
|
|
|
+ </table>
|
|
|
|
+ <table style="width:100%; margin-top: 20px; font-size: 11px;">
|
|
<tr style="height: 25px;">
|
|
<tr style="height: 25px;">
|
|
- <td><strong>Solicitado por:</strong> <span t-esc="o.solicitado_por or ''"/></td>
|
|
|
|
|
|
+ <td><strong>Recibido por:</strong> <span t-esc="o.solicitado_por or ''"/></td>
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
<tr style="height: 25px;">
|
|
<tr style="height: 25px;">
|