mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] rma: set access token in rma links
Fixes access error in chatter H10618
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user