|
@@ -24,7 +24,11 @@
|
|
|
<tr>
|
|
|
<th>Referencia</th>
|
|
|
<th>Cliente</th>
|
|
|
- <th>Fecha de Orden</th>
|
|
|
+ <th>Fecha Orden</th>
|
|
|
+ <th>Obra</th>
|
|
|
+ <th>Fecha Inic.</th>
|
|
|
+ <th>Fecha Fin</th>
|
|
|
+ <th>T. Costo Obra</th>
|
|
|
<th>Estado</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -33,6 +37,10 @@
|
|
|
<td><span t-field="o.name"/></td>
|
|
|
<td><span t-field="o.partner_id.name"/></td>
|
|
|
<td><span t-field="o.order_date"/></td>
|
|
|
+ <td><span t-field="o.name_obra"/></td>
|
|
|
+ <td><span t-field="o.planned_start_date"/></td>
|
|
|
+ <td><span t-field="o.planned_end_date"/></td>
|
|
|
+ <td><span t-field="o.total_obra"/></td>
|
|
|
<td><span t-field="o.state"/></td>
|
|
|
</tr>
|
|
|
</tbody>
|