← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 752591] Re: Problems with STOCK_OPEN icon in menuitem

 

*** This bug is a duplicate of bug 753340 ***
    https://bugs.launchpad.net/bugs/753340

** This bug has been marked a duplicate of bug 753340
   url actions do not work in menus
 * You can subscribe to bug 753340 by following this link: https://bugs.launchpad.net/openobject-client-web/+bug/753340/+subscribe

-- 
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



References