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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
2
回覆
4516
瀏覽次數
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
|
599 | ||
|
1
5月 25
|
1385 | ||
|
0
2月 25
|
1351 | ||
|
1
11月 24
|
2196 | ||
|
0
10月 23
|
40 |