diff --git a/web_hideleftmenu/README.rst b/web_hideleftmenu/README.rst
index ba64c9db0..13724fd4d 100644
--- a/web_hideleftmenu/README.rst
+++ b/web_hideleftmenu/README.rst
@@ -1,10 +1,10 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
- :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
-================================
+===============================
Hide left Menu in Web interface
-================================
+===============================
This module adds a menu item after logout link to hide or show left menu.
It is useful on small screens or tree views with many columns.
@@ -17,7 +17,7 @@ To use this module, you need to:
* Click on new menu item "Hide/Show Menu"on dropdown menu after logout menu item.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
- :alt: Try me on Runbot
+:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/repo/github-com-oca-web-162
@@ -51,7 +51,7 @@ Maintainer
----------
.. image:: https://odoo-community.org/logo.png
- :alt: Odoo Community Association
+:alt: Odoo Community Association
:target: https://odoo-community.org
This module is maintained by the OCA.
diff --git a/web_hideleftmenu/__openerp__.py b/web_hideleftmenu/__openerp__.py
index bfa57e6ad..3cedab750 100644
--- a/web_hideleftmenu/__openerp__.py
+++ b/web_hideleftmenu/__openerp__.py
@@ -12,7 +12,13 @@
"license": "AGPL-3",
"application": False,
"installable": True,
- "depends": ["web",],
- "data": ["web_hideleftmenu_js.xml",],
- "qweb": ["static/src/xml/lib.xml",],
+ "depends": [
+ "web",
+ ],
+ "data": [
+ "web_hideleftmenu_js.xml",
+ ],
+ "qweb": [
+ "static/src/xml/lib.xml",
+ ],
}
diff --git a/web_hideleftmenu/static/src/xml/lib.xml b/web_hideleftmenu/static/src/xml/lib.xml
index 14e4b77ed..2f7cc2b73 100644
--- a/web_hideleftmenu/static/src/xml/lib.xml
+++ b/web_hideleftmenu/static/src/xml/lib.xml
@@ -1,11 +1,11 @@
-
-
-