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
신고된 질문입니다
1
회신
5161
화면
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_
<t t-set="icon" t-value="'/helpdesk/static/
<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
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
1
10월 23
|
4568 | ||
|
|
0
9월 17
|
4576 | ||
|
|
2
5월 17
|
8207 | ||
|
|
1
9월 25
|
3202 | ||
|
|
3
9월 24
|
5345 |