OpenSur / Odoo_addons

Odoo addons published
23 stars 40 forks source link

web_menu_hide_8: Installs, but nothing is displayed #28

Open gfwalters opened 9 years ago

gfwalters commented 9 years ago

The web_menu_hide_8 module installed without any errors, but I don't see the hide/expand buttons show up. I tried updating my odoo installation to the latest v8 from github (commit d8d49ef2640f5fbcab2dbd48dbb024b08c7aa361) but there is still no error messages, or icons to show/hide the left menu.

Any thoughts on how I can debug the issue?

OpenSur commented 9 years ago

You should see an icon on top menu at the left

gfwalters commented 9 years ago

It's not showing up for me. I just see the Messaging tab with no icon.

image

OpenSur commented 9 years ago

Will review, may be icon is miss referenced. Please try to click in space area side left of messaging menu

ericmachine88 commented 9 years ago

It's not working here too. Any solution?

michaelhwalther commented 9 years ago

The fix is to change the first line of web_menu_hide.js to be: openerp.web_menu_hide_8 = function (instance) {

lasley commented 9 years ago

:+1: on the openerp.web_menu_hide_8 = function (instance) { fix, thanks @michaelhwalther

Although actually better fix is to rename the module to web_menu_hide IMHO, then maintain the 7v in 7.0 branch and 8v in 8.0 branch.