[IMP+FIX] contract: Add multi-company access rule for contract objects + Fix contract report

This commit is contained in:
sbejaoui
2019-10-25 15:33:52 +02:00
committed by Christopher Rogos
parent 28a4119097
commit d233b71ffc
3 changed files with 23 additions and 2 deletions

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>