Open gfwalters opened 9 years ago
You should see an icon on top menu at the left
It's not showing up for me. I just see the Messaging tab with no icon.
Will review, may be icon is miss referenced. Please try to click in space area side left of messaging menu
It's not working here too. Any solution?
The fix is to change the first line of web_menu_hide.js to be: openerp.web_menu_hide_8 = function (instance) {
:+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.
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?