3
0
Fork 0
web_techsystech/web_menu_autohide
Nedas Zilinskas 1b4b1b77e4 [FIX] fix lint errors across the repository (#968) 2018-06-26 12:05:27 +02:00
..
data [IMP] allow to hide left bar and top bar independently 2015-06-02 08:55:34 +02:00
i18n [UPD] Update web_menu_autohide.pot 2018-06-24 01:29:58 +00:00
static [FIX] simplify code 2015-08-31 14:01:23 +02:00
views [IMP] allow to hide left bar and top bar independently 2015-06-02 08:55:34 +02:00
README.rst [FIX] fix lint errors across the repository (#968) 2018-06-26 12:05:27 +02:00
__init__.py [REN] rename the module 2015-05-04 09:38:14 +02:00
__openerp__.py [FIX] fix lint errors across the repository (#968) 2018-06-26 12:05:27 +02:00

README.rst

Hide menus
==========

This addon hides the top and left menu bars. They become visible again when you move the mouse towards the border of the screen (the distance is configurable). Moving the mouse out of a menu causes it to disappear after a configurable delay.

Configuration
=============

To configure this module, you need to:

* go to Settings / Technical / Parameters / System Parameters
* adjust `web_menu_autohide.show_bar_threshold_navbar` and `web_menu_autohide.show_bar_threshold_leftbar` to set the distance in pixels from the border from which the menu appears (default is 10 pixels, a value of `0` disables hiding)
* adjust `web_menu_autohide.hide_delay_navbar` and `web_menu_autohide.hide_delay_leftbar` to set the amount of milliseconds after which the menu disappears if the mouse left it (default is 10 seconds)

Known issues / Roadmap
======================

* This module heavily relies on mouse events, so it probably messes things up for touchscreens

Credits
=======

Contributors
------------

* Holger Brunn <hbrunn@therp.nl>

Icon
----

* `http://commons.wikimedia.org/wiki/File:VisualEditor_-_Icon_-_Menu.svg`
* `http://commons.wikimedia.org/wiki/File:ProhibitionSign2.svg`

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
    :alt: Odoo Community Association
    :target: http://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.