Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
2639 Ansichten

where is the my/tickets located in the odoo?

i need to customize odoo ticket portal but can't find the 'my/tickets' code 
i think its in portal_my_template, but i have no clue

            
        
    
Avatar
Verwerfen
Beste Antwort

Hi,

Please search for the record XML id "portal_service_category" in your code. you can get the corresponding my/ticket record

<div id="portal_service_category" position="inside">
<t t-call="portal.portal_docs_entry">
<t t-set="icon" t-value="'/helpdesk/static/src/img/tickets.svg'"/>
                <t t-set="title">Tickets</t>
                <t t-set="text">Follow all your helpdesk tickets</t>
                <t t-set="url" t-value="'/my/tickets'"/>
                <t t-set="placeholder_count" t-value="'ticket_count'"/>
            </t>
        </div>


Hope it helps

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Okt. 23
2739
0
Sept. 17
3021
2
Mai 17
6429
1
Sept. 25
456
3
Sept. 24
3287