Skip to Content
Menu
This question has been flagged
1 Odpoveď
1466 Zobrazenia

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.

Avatar
Zrušiť
Best Answer

Hi,
please refer these post to see how to reorder documents section:

https://www.odoo.com/forum/help-1/how-to-change-order-of-documents-menu-on-website-in-my-account-section-190007

https://www.odoo.com/forum/help-1/how-to-modify-documents-menu-on-website-in-my-account-section-189147

Hope this will help you

thanks

Avatar
Zrušiť
Autor

Hi Mehjabin.
Thanks, but this not solve my problem. Doesn't matter if I try to overwrite the template with one priority or another, it changes the name of other position.
Original template has priority 30 but, if i put priority 29 or priority 31 (even if I put 1 or 9999) it changes the title of the first position "Quotations" instead of "RMA orders" position.

Related Posts Replies Zobrazenia Aktivita
1
jún 22
3692
0
feb 21
3707
1
máj 20
4365
1
jan 23
2218
0
feb 25
1390