[FIX] rma: set access token in rma links

Fixes access error in chatter

H10618
This commit is contained in:
Cedric Collins
2022-07-11 18:27:56 -05:00
parent 357a3bd96c
commit a540c65731

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"/>