[12.0][FIX] - Fix contract report

This commit is contained in:
sbejaoui
2019-10-29 11:41:19 +01:00
committed by Pedro M. Baeza
parent 4cac18c7d4
commit bb94a32a30

View File

@@ -36,7 +36,7 @@
</tr>
</thead>
<tbody>
<tr t-foreach="o.recurring_invoice_line_ids" t-as="l">
<tr t-foreach="o.contract_line_ids" t-as="l">
<td>
<span t-field="l.name"/>
</td>