Sfoglia il codice sorgente

Módulo para la carga de orden de servicio, tipo obra.

SEBAS 1 anno fa
parent
commit
d4e9688024
1 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 9 1
      reports/orden_servicio_report.xml

+ 9 - 1
reports/orden_servicio_report.xml

@@ -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>