← Back to team overview

openerp-community team mailing list archive

Re: icons in dashboard

 

Hello, Amin!

You should use web_icon and web_icon_hover attribute in your view, like
this:

<menuitem action="product_eshop_dsk_action"
groups="eshop_base_dsk.group_eshop_manager"
            id="eshop_base_dsk.menu" name="E-shop" sequence="100"
web_icon="images/eshop.png"
            web_icon_hover="images/eshop-hover.png"/>

and put your images into directory "images" in your module.

2012/5/12 Amin Oruji <aminpy@xxxxxxxxx>

> How can I create some icons in a dashboard like main icons?
> _______________________________________________
> Mailing list: https://launchpad.net/~openerp-community
> Post to     : openerp-community@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openerp-community
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Денис Каратаев.

References