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).
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
4737
화면
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 |