|
@@ -67,7 +67,7 @@
|
|
<tr class="active">
|
|
<tr class="active">
|
|
<th class="text-center">Cliente</th>
|
|
<th class="text-center">Cliente</th>
|
|
<th class="text-center">N° Factura</th>
|
|
<th class="text-center">N° Factura</th>
|
|
- <th class="text-center">Contrato Ref.</th>
|
|
|
|
|
|
+ <th class="text-center">Vencimiento</th>
|
|
<th class="text-center">Saldo</th>
|
|
<th class="text-center">Saldo</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
@@ -76,7 +76,7 @@
|
|
<tr>
|
|
<tr>
|
|
<td><span t-esc="o.partner_id.name"/></td>
|
|
<td><span t-esc="o.partner_id.name"/></td>
|
|
<td><span t-esc="o.supplier_invoice_number"/></td>
|
|
<td><span t-esc="o.supplier_invoice_number"/></td>
|
|
- <td><span t-field="o.origin"/></td>
|
|
|
|
|
|
+ <td><span t-field="o.date_due" t-field-options='{"widget": "date"}'/></td>
|
|
<td class="text-right">
|
|
<td class="text-right">
|
|
<span t-esc="'{0:,.0f}'.format(o.residual)"/>
|
|
<span t-esc="'{0:,.0f}'.format(o.residual)"/>
|
|
</td>
|
|
</td>
|