No menu for web_hideleftmenu

Bug #1278771 reported by Med Said BARA
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Web addons for OpenERP
New
Undecided
Unassigned

Bug Description

During the last months i've installed "web_hideleftmenu" and it's working perfectly.

After the last update (Version 7.0-20140210-002654) i've noticed that the menu "Left Menu Hide/Show" disappeared.
Maybe, it has disappeared before, and I did not noticed ...
The module is still installed, i can update it (with no errors), but it's nowhere in the menu.

description: updated
description: updated
Revision history for this message
Med Said BARA (diassynthesis) wrote :

After some investigation, i found that's due to the installation of "oerp_no_phoning_home" module.

Revision history for this message
Med Said BARA (diassynthesis) wrote :

i've modified the file .../addons/ BizzAppDev-oerp_no_phoning_home / static / src / xml / base.xml :

<t t-extend="UserMenu" >
        <t t-jquery="ul.oe_dropdown_menu" t-operation="replace">
            <ul class="oe_dropdown_menu">
                <li><a href="#" data-menu="settings">Preferences</a></li>
                <li><a href="#" data-menu="about">About OpenERP</a></li>
                <li><a href="#" data-menu="help">Help</a></li>
                <li><a href="#" data-menu="logout">Log out</a></li>
                <li><a href="#" data-menu="Hide/Show Menu">Hide/Show Menu</a></li>
            </ul>
        </t>
    </t>

the Menu "Hide/Show Menu" is showing now, but there is no action when clicking on it !!!

Revision history for this message
Med Said BARA (diassynthesis) wrote :

i've modified base.xml like the following:

<t t-extend="UserMenu" >
        <t t-jquery="ul.oe_dropdown_menu" t-operation="replace">
            <ul class="oe_dropdown_menu">
                <li><a href="#" data-menu="settings">Preferences</a></li>
                <li><a href="#" data-menu="about">About OpenERP</a></li>
                <li><a href="#" data-menu="help">Help</a></li>
                <li><a href="#" data-menu="logout">Log out</a></li>
                <li class="oe_hidemenu">
                    <a href="#">Hide/Show Menu</a>
                </li>
            </ul>
        </t>
    </t>

And it works again.

Revision history for this message
Med Said BARA (diassynthesis) wrote :

I know it's just a fix.
Waiting for a solution.

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.