|
@@ -94,17 +94,17 @@
|
|
|
width: 10.7cm;
|
|
|
float: left;
|
|
|
padding-left: 9.1cm;
|
|
|
- min-height: 0.4cm;
|
|
|
+ min-height: 0.2cm;
|
|
|
}
|
|
|
.telefono_data{
|
|
|
width: 6.8cm;
|
|
|
float: left;
|
|
|
padding-left: 2.3cm;
|
|
|
- min-height: 0.5cm;
|
|
|
+ min-height: 0.2cm;
|
|
|
}
|
|
|
|
|
|
.cab-articulos{
|
|
|
- height: 0.7cm;
|
|
|
+ height: 0.6cm;
|
|
|
clear: both;
|
|
|
}
|
|
|
.articulos{
|
|
@@ -234,7 +234,7 @@
|
|
|
<div class="ruc_data"><span t-field="o.partner_id.ruc"/></div>
|
|
|
<div class="telefono_data"><span t-field="o.partner_id.phone"/></div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
|
|
|
<div class="cab-articulos"> </div>
|
|
|
<div class="articulos">
|
|
@@ -243,7 +243,7 @@
|
|
|
<tr t-foreach="o.invoice_line" t-as="l">
|
|
|
<td class="art-col1"><span t-esc="'{0:,.0f}'.format(l.quantity)"/></td>
|
|
|
<td class="art-col2"><span t-field="l.product_id.name"/></td>
|
|
|
- <td class="art-col3"></td>
|
|
|
+ <td class="art-col3"><span t-esc="'{0:,.0f}'.format(l.price_unit)"/></td>
|
|
|
<td class="art-col4"> </td>
|
|
|
<td class="art-col5"> </td>
|
|
|
<td class="art-col6"><span t-esc="'{0:,.0f}'.format((l.quantity * l.price_unit))"/></td>
|