Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4541 Lượt xem

When I receive a ticket from the customer side, then the system automatically sends a Reception Acknowledgment. After That, I chat with them using mail messages that time customer got mail based on sending messages through the log. That time customer mail has A link button for view through their portal. I want to Hide the Portal URL button(VIEW HELPDESK TICKET)

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

In Odoo 15 Just comment/ remove

    <a t-if="has_button_access"
t-att-href="button_access['url']"
style="padding: 8px 12px; font-size: 12px; color: #FFFFFF; text-decoration: none !important; font-weight: 400; background-color: #875A7B; border: 0px solid #875A7B; border-radius:3px"
>
<t t-esc="button_access['title']"/>
a>


from mail.message_notification_email

Ảnh đại diện
Huỷ bỏ

How to do this in Odoo 16?
The file mail_notification_email doesn't exist in the mail module.
Thanks!

@Ref did you find the answer in odoo 16 ?

in odoo 16 mail.mail_notification_layout

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 4 25
1662
0
thg 11 24
1091
0
thg 9 22
102
2
thg 8 24
2442
1
thg 8 23
3270