Merge branch 'fix/15.0/H10618_rma__chatter_access_error' into '15.0-test'

fix/15.0/H10618_rma__chatter_access_error into 15.0-test

See merge request hibou-io/hibou-odoo/suite!1436
This commit is contained in:
Hibou Bot
2022-07-11 23:29:03 +00:00

View File

@@ -66,7 +66,7 @@
</thead>
<t t-foreach="rmas" t-as="rma">
<tr>
<td class="text-left"><a t-attf-href="/my/rma/#{rma.id}"><span t-field="rma.name"/></a></td>
<td class="text-left"><a t-att-href="rma.get_portal_url()"><span t-field="rma.name"/></a></td>
<td><span t-field="rma.create_date"/></td>
<td class="rma-template">
<span t-if="groupby != 'template'" t-field="rma.template_id"/>