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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
5
返信
33839
ビュー
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
|
1845 | ||
|
1
1月 24
|
4960 | ||
|
2
3月 23
|
2692 | ||
|
3
6月 20
|
10492 | ||
|
2
3月 20
|
8916 |