Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
4524 Visninger

How can I block "compose new message" for all users? It is a pop up windows coming out after clicking on the mail icon on the top-right (next to the username).

Avatar
Kassér
Bedste svar

The below code to hide icon "compose new message" all users including admin.

File Path: addons\mail\static\src\xml\mail.xml

The below mail template uncomment the div tab

   <t t-name="mail.ComposeMessageTopButton">
       <!-- <div title='Compose new Message' class="oe_topbar_item oe_topbar_compose_full_email">
            <button class="oe_e">%</button>
        </div> -->
    </t>

Avatar
Kassér
Forfatter Bedste svar

It is working fine, thanks.

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
0
jun. 25
610
1
maj 25
1407
0
feb. 25
1363
1
nov. 24
2206
0
okt. 23
40