|
@@ -288,6 +288,7 @@
|
|
|
<th class="text-center">Código</th>
|
|
|
<th class="text-center">Cantidad</th>
|
|
|
<th class="text-center">Descripción de producto/servicio</th>
|
|
|
+ <th class="text-center">Máquina</th>
|
|
|
<th class="text-center">Prec. Unitario</th>
|
|
|
<th class="text-center">Subtotal</th>
|
|
|
</tr>
|
|
@@ -306,6 +307,9 @@
|
|
|
<td>
|
|
|
<span t-field="l.name"/>
|
|
|
</td>
|
|
|
+ <td class="text-center">
|
|
|
+ <span t-field="l.mrp_machine_id"/>
|
|
|
+ </td>
|
|
|
<td class="text-right">
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
|
<span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
|