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
返信
4483
ビュー
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 |