How can i make an image as the icon of my custom module
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
5
回复
33812
查看
Save the image (64x64) at your_module/static/src/img/icon.png
You can also use image with size of 128x128. It is not compulsory to use 64x64 only.
For me it has worked with :
my_module/static/description/icon.png
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.
I found 150x150 worked on Odoo V8.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
7月 24
|
1824 | ||
|
1
1月 24
|
4923 | ||
|
2
3月 23
|
2681 | ||
|
3
6月 20
|
10467 | ||
|
2
3月 20
|
8894 |