This question has been flagged
5 Replies
28113 Views

How can i make an image as the icon of my custom module

Avatar
Discard
Best Answer

Save the image (64x64) at your_module/static/src/img/icon.png

Avatar
Discard

You can also use image with size of 128x128. It is not compulsory to use 64x64 only.

Best Answer

For me it has worked with :

my_module/static/description/icon.png
Avatar
Discard
Best Answer

Very useful video to create stylist custom icon for your odoo.

https://youtu.be/PS5F_C1nL0k

Avatar
Discard
Best Answer

for creating an icon to the custom module you have to override your default icon that exists in the base module.

base/static/description/icon.png.    

write your icon in the description folder.


your project name /static/description/icon.png.    


I think this will help you to change the icon.  




Avatar
Discard
Best Answer

I found 150x150 worked on Odoo V8.

Avatar
Discard