콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
4737 화면

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).

아바타
취소
베스트 답변

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>

아바타
취소
작성자 베스트 답변

It is working fine, thanks.

아바타
취소
관련 게시물 답글 화면 활동
0
6월 25
799
1
5월 25
1765
0
2월 25
1668
1
11월 24
2480
0
10월 23
40