mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[12.0][FIX] - Fix contract report
This commit is contained in:
committed by
Francisco Ivan Anton Prieto
parent
a102a655c8
commit
0aa712adc2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user