Problems with STOCK_OPEN icon in menuitem

Bug #752591 reported by Nicola Riolini - Micronaet
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web Client
New
Undecided
Unassigned

Bug Description

Hi, in my installation, v. 6.0.2 ubu 10.10, yesterday updated, I create a module with an action and a menuitem that calla view in tree:

       <record id="easylabel_path_action" model="ir.actions.act_window">
            <field name="name">Easylabel path</field>
            <field name="res_model">easylabel.path</field>
            <field name="view_type">form</field>
            <field name="view_mode">tree,form</field>
        </record>
        <menuitem action="easylabel_path_action"
                  id="easylabel_path_menuitem"
                  sequence="10"
                  parent="easylabel_menu_configuration"
                  icon="STOCK_MEDIA_RECORD" />

now you see icon "STOCK_MEDIA_RECORD", if I use "STOCK_OPEN" web client doesn't open this menuitem (GTK yes), simply ... do nothing, if I open in a new tab, I see the dashboard of menu, I only change in "STOCK_MEDIA_RECORD", refresh Firefox, now I open the tree mask.
Thanks

Revision history for this message
Nicola Riolini - Micronaet (nicolariolini) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.