How to change the menu icons
as shown in the url:
https://imgur.com/3HGz2TF
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
For the menu the icon which has to displayed is specified like this,
<menuitem name="My App" id="my_menu" web_icon="module_name,static/description/icon.png"/>
To change the existing menu icons, either you can do it from the Front end or from the code. If you are doing from the code, inherit the menu and update the web_icon with the new icon.
<menuitem id="module_name.menu_root" web_icon="module_name,static/description/icon.png"/>
From the front end, activate the developer mode and navigate to Settings -> Technical -> User Interface -> Menu Items, search the menu and open it. There you can see a field named Web Icon Image where you can add the new icon.
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
1
Tem 22
|
5110 | |||
|
3
Şub 21
|
29910 | |||
|
1
Kas 18
|
15230 | |||
|
3
Nis 25
|
11761 | |||
|
1
Eki 25
|
11822 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.