[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 Pedro M. Baeza
parent 2498938266
commit 86bf9b2689
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>