Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
4447 Представления

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
529
1
мая 25
1276
0
февр. 25
1253
1
нояб. 24
2107
0
окт. 23
40