|
@@ -41,7 +41,7 @@
|
|
|
width:19.3cm;
|
|
|
}
|
|
|
.logo{
|
|
|
- height: 0.4cm;
|
|
|
+ height: 0.2cm;
|
|
|
width: 100%;
|
|
|
top: 0px;
|
|
|
}
|
|
@@ -259,9 +259,9 @@
|
|
|
<table class="tab-articulos">
|
|
|
<tr t-foreach="o.invoice_line" t-as="l">
|
|
|
<td class="art-col1"><span t-field="l.product_id.default_code"/></td>
|
|
|
- <td class="art-col2"></td>
|
|
|
+ <td class="art-col2"><span t-esc="'%.0f'%l.product_uom_qty"/></td>
|
|
|
<td class="art-col3"><span t-field="l.product_id.name"/></td>
|
|
|
- <td class="art-col4"></td>
|
|
|
+ <td class="art-col4"><span t-esc="'{0:,.0f}'.format(l.price_unit)"/></td>
|
|
|
<td class="art-col5"> </td>
|
|
|
<td class="art-col6"> </td>
|
|
|
<td class="art-col7"><span t-esc="'{0:,.0f}'.format((l.quantity * l.price_unit))"/></td>
|