Hi. I'm trying to overwrite RMA Orders position inside My Account portal.
When I try to overwrite the rma.portal_my_home_rma template, it overwrites first position "Quotations".
<template
id="portal_my_home_rma_change_rma_name"
name="Portal My Home : RMA entries - change RMA name"
inherit_id="rma.portal_my_home_rma"
priority="30"
>
<xpath expr="//t[@t-set='title']" position="replace">
<t t-set="title">Repair Orders</t>
</xpath>
</template>
Then, instead of change RMA Orders position to Repair Orders, it changes the first position "Quotations".
What should I do? Thanks.