Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
4465 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Autor Melhor resposta

It is working fine, thanks.

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
jun. 25
555
1
mai. 25
1324
0
fev. 25
1293
1
nov. 24
2133
0
out. 23
40