|
@@ -179,6 +179,9 @@
|
|
|
padding: 2.5px !important;
|
|
|
}
|
|
|
|
|
|
+ .table-condensed3>tbody>tr>td {
|
|
|
+ padding: 0.5px !important;
|
|
|
+ }
|
|
|
</style>
|
|
|
<t t-foreach="docs" t-as="o">
|
|
|
<div class="pagina">
|
|
@@ -331,7 +334,7 @@
|
|
|
</t>
|
|
|
<t t-set="iva_exentas" t-value="valor_exentas"/>
|
|
|
</td>
|
|
|
- <td style="font-size: 3mm;font-family: Arial;width:0.5cm;overflow: auto; text-align: center;min-height: 0.8;">
|
|
|
+ <td style="font-size: 3mm;font-family: Arial;width:0.5cm;overflow: auto; text-align: right;min-height: 0.8;">
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
|
<span t-esc="'{0:,.0f}'.format(valor_5)"/>
|
|
|
</t>
|
|
@@ -352,6 +355,8 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+
|
|
|
+
|
|
|
<table class="table borderless table-condensed2">
|
|
|
<tbody>
|
|
|
|
|
@@ -382,7 +387,7 @@
|
|
|
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <table class="table borderless table-condensed2">
|
|
|
+ <table class="table borderless table-condensed3">
|
|
|
<tbody>
|
|
|
|
|
|
<td style="padding-top:0.2cm;font-size:2.9mm;font-family: Arial;width:2.2cm;overflow: auto; text-align: center;"></td>
|