コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4483 ビュー

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
565
1
5月 25
1334
0
2月 25
1305
1
11月 24
2143
0
10月 23
40