Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4392 Vistas

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
Descartar
Mejor respuesta

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
Descartar
Autor Mejor respuesta

It is working fine, thanks.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
jun 25
469
1
may 25
1164
0
feb 25
1180
1
nov 24
2019
0
oct 23
40