c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21245
[Bug 752591] [NEW] Problems with STOCK_OPEN icon in menuitem
Public bug reported:
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
** Affects: openobject-client-web
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/752591
Title:
Problems with STOCK_OPEN icon in menuitem
Status in OpenERP Web Client:
New
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
Follow ups
References