Hello,
Where is the icon file located in odoo8? is it is .ico file or any other format?
Thanks in advance.
Shamji.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
Where is the icon file located in odoo8? is it is .ico file or any other format?
Thanks in advance.
Shamji.
Hi:
I think, the path is:
/addons/web/static/src/img/icons
Best regards.
Hello Solanki,
Find the bellow path in odoo where all the icon available and those all icons use in button.
Icon Path: odoo/openerp/tools/misc.py line no 653.
Example <button name="your method name" type="object" string="display string" icon="STOCK_FILE"/>
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
3
12月 23
|
2551 | ||
|
2
3月 21
|
3929 | ||
|
2
11月 20
|
11526 | ||
|
1
2月 24
|
8025 | ||
|
1
4月 17
|
3815 |
Hello, Thanks for support. I found that button icon is a font not a icon file. Thanks. Shamji