|
@@ -196,10 +196,10 @@
|
|
|
}
|
|
|
|
|
|
.iva_5_data{
|
|
|
- width:7cm;
|
|
|
+ width:10cm;
|
|
|
float: right;
|
|
|
padding-top: 0.5cm;
|
|
|
- padding-left: 6.8cm;
|
|
|
+ padding-left: 4.8cm;
|
|
|
min-height: 0.25cm;
|
|
|
}
|
|
|
.iva_10_data{
|
|
@@ -281,26 +281,18 @@
|
|
|
<td class="art-col7"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></td>
|
|
|
</table>
|
|
|
|
|
|
+ <div class="logo3"> </div>
|
|
|
+ <table class="tab-articulos">
|
|
|
+ <td class="art-col1"> </td>
|
|
|
+ <td class="art-col2"> </td>
|
|
|
+ <td class="art-col3"> </td>
|
|
|
+ <td class="art-col4"> </td>
|
|
|
+ <td class="art-col5"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></td>
|
|
|
+ <td class="art-col6"> </td>
|
|
|
+ <td class="art-col7"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></td>
|
|
|
+ </table>
|
|
|
|
|
|
|
|
|
- <!-- <div class="subtotal_excentas"> </div>
|
|
|
- <div class="subtotal_5"> </div>
|
|
|
- <td style="font-size:10px;">
|
|
|
- <div class="subtotal_10"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div>
|
|
|
- </td> -->
|
|
|
-
|
|
|
- <!-- <table class="tab-articulos2">
|
|
|
- <td class="total_pagar_data">
|
|
|
- <span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/>
|
|
|
- </td>
|
|
|
- <td class="total_pagar">
|
|
|
- <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
|
- </td>
|
|
|
- </table> -->
|
|
|
- <div class="iva_5_data"> </div>
|
|
|
- <div class="iva_10_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>
|
|
|
- <div class="iva_total_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>
|
|
|
-
|
|
|
</div>
|
|
|
<div class="logo1"> </div>
|
|
|
</t>
|