v 7.0 v 8.0 Third Party 448
Download for v 7.0
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name web_menu
LicenseSee License tab
Versions 7.0 8.0
You bought this module and need support? Click here!

Web Menu

This module allows to fold and unfold left menu bar. It will allow user to display view in full screen mode. It will add a new icon button on the leftpanel.

User will click on the icon button, it will fold leftpanel. View will be display in full screen mode.

Left panel is folded, it will display dropdown list in new popup with submenus.

User selects any submenu, view will be displayed in full screen mode.

List of submenu contains a button which will unfold leftpanel and user can navigate in submenu from left panel.

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Hello i am getting this error when installing
by
Noel Jesús Rivero
on 10/11/16, 11:26 AM

Client Traceback (most recent call last): File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/web/http.py", line 204, in dispatch response["result"] = method(self, **self.params) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/web/controllers/main.py", line 1137, in call_button action = self._call_kw(req, model, method, args, {}) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/web/controllers/main.py", line 1125, in _call_kw return getattr(req.session.model(model), method)(*args, **kwargs) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/web/session.py", line 42, in proxy result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/web/session.py", line 30, in proxy_method result = self.session.send(self.service_name, method, *args) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/web/session.py", line 103, in send raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info) Server Traceback (most recent call last): File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/web/session.py", line 89, in send return openerp.netsvc.dispatch_rpc(service_name, method, args) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/netsvc.py", line 306, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/service/web_services.py", line 632, in dispatch res = fn(db, uid, *params) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/osv/osv.py", line 190, in execute_kw return self.execute(db, uid, obj, method, *args, **kw or {}) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/osv/osv.py", line 132, in wrapper return f(self, dbname, *args, **kwargs) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/osv/osv.py", line 199, in execute res = self.execute_cr(cr, uid, obj, method, *args, **kw) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/audittrail/audittrail.py", line 553, in execute_cr return fct_src(cr, uid, model, method, *args, **kw) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/osv/osv.py", line 187, in execute_cr return getattr(object, method)(cr, uid, *args, **kw) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/base/module/module.py", line 428, in button_immediate_install return self._button_immediate_function(cr, uid, ids, self.button_install, context=context) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/addons/base/module/module.py", line 475, in _button_immediate_function _, pool = pooler.restart_pool(cr.dbname, update_module=True) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/pooler.py", line 39, in restart_pool registry = RegistryManager.new(db_name, force_demo, status, update_module) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/modules/registry.py", line 233, in new openerp.modules.load_modules(registry.db, force_demo, status, update_module) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/modules/loading.py", line 355, in load_modules loaded_modules, update_module) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/modules/loading.py", line 256, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/modules/loading.py", line 188, in load_module_graph load_data(module_name, idref, mode) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/modules/loading.py", line 76, in load_data = lambda *args: _load_data(cr, *args, kind='data') File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/modules/loading.py", line 124, in _load_data tools.convert_xml_import(cr, module_name, fp, idref, mode, noupdate, report) File "/Users/noeljrp/Desktop/LCMC/Odoo7/odoo7/openerp-server/openerp/tools/convert.py", line 949, in convert_xml_import relaxng.assert_(doc) File "src/lxml/lxml.etree.pyx", line 3501, in lxml.etree._Validator.assert_ (src/lxml/lxml.etree.c:194922) AssertionError: Did not expect element template there, line 6