Skip to Content
Menu
This question has been flagged
2 Replies
6994 Views

Hi,

I made an app from scratch in odoo 10, and i instaled the odoo backend Entreprise theme.

i added my icon in the description folder. when i made the update, i can see my icon on my custom app in odoo apps, but in the odoo menu it showed no icon( i removed the cash but it didn't work )

 

Avatar
Discard

is your image in big resolution ?

please add one small size icon

Best Answer

Hello Medmars,


You need to add web icon attribute in your menuitem.

For Ex :-

<menuitem name="menu_name" id="unique_id" web_icon="module_name,path_of_icon" sequence="1"/>

like,

web_icon="module_name,static/description/icon.png"


Hope this will helps you.

Thanks,

Avatar
Discard
Author

Thanks so much it's work