diff --git a/web_hide_menu/README.rst b/web_menu_autohide/README.rst similarity index 72% rename from web_hide_menu/README.rst rename to web_menu_autohide/README.rst index d8b7dbad..d967d86d 100644 --- a/web_hide_menu/README.rst +++ b/web_menu_autohide/README.rst @@ -1,7 +1,7 @@ Hide menus ========== -This addon hides the top menu bar and the left menu bar. 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. +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 ============= @@ -9,8 +9,8 @@ Configuration To configure this module, you need to: * go to Settings / Technical / Parameters / System Parameters -* adjust `web_hide_menu.show_bar_treshold` to set the distance in pixels from the border from which the menu appears -* adjust `web_hide_menu.hide_delay` to set the amount of milliseconds after which the menu disappears if the mouse left it +* adjust `web_hide_menu.show_bar_treshold` to set the distance in pixels from the border from which the menu appears (default is 10 pixels) +* adjust `web_hide_menu.hide_delay` to set the amount of milliseconds after which the menu disappears if the mouse left it (default is 10 seconds) Known issues / Roadmap ====================== diff --git a/web_hide_menu/__init__.py b/web_menu_autohide/__init__.py similarity index 100% rename from web_hide_menu/__init__.py rename to web_menu_autohide/__init__.py diff --git a/web_hide_menu/__openerp__.py b/web_menu_autohide/__openerp__.py similarity index 100% rename from web_hide_menu/__openerp__.py rename to web_menu_autohide/__openerp__.py diff --git a/web_hide_menu/data/ir_config_parameter.xml b/web_menu_autohide/data/ir_config_parameter.xml similarity index 100% rename from web_hide_menu/data/ir_config_parameter.xml rename to web_menu_autohide/data/ir_config_parameter.xml diff --git a/web_hide_menu/static/description/icon.png b/web_menu_autohide/static/description/icon.png similarity index 100% rename from web_hide_menu/static/description/icon.png rename to web_menu_autohide/static/description/icon.png diff --git a/web_hide_menu/static/src/css/web_hide_menu.css b/web_menu_autohide/static/src/css/web_hide_menu.css similarity index 100% rename from web_hide_menu/static/src/css/web_hide_menu.css rename to web_menu_autohide/static/src/css/web_hide_menu.css diff --git a/web_hide_menu/static/src/js/web_hide_menu.js b/web_menu_autohide/static/src/js/web_hide_menu.js similarity index 100% rename from web_hide_menu/static/src/js/web_hide_menu.js rename to web_menu_autohide/static/src/js/web_hide_menu.js diff --git a/web_hide_menu/views/templates.xml b/web_menu_autohide/views/templates.xml similarity index 100% rename from web_hide_menu/views/templates.xml rename to web_menu_autohide/views/templates.xml