Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
4501 Переглядів

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.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
черв. 25
576
1
трав. 25
1356
0
лют. 25
1330
1
лист. 24
2175
0
жовт. 23
40