Browse Source

[12.0][FIX] - Fix contract report

pull/406/head
sbejaoui 5 years ago
parent
commit
1b99fb6440
  1. 2
      contract/report/report_contract.xml

2
contract/report/report_contract.xml

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

Loading…
Cancel
Save