diff --git a/web_clean_navbar/README.rst b/web_clean_navbar/README.rst index 8b611a36..ea9021f5 100644 --- a/web_clean_navbar/README.rst +++ b/web_clean_navbar/README.rst @@ -3,9 +3,30 @@ Clean Navbar Brighter navigation -In case of working on a very bright working station, as well as presentation with an projector, may be difficult to see the links in the main-navigation. +In case of working on a very bright working station, as well as presentation with an projector, it may be difficult to see the links in the main menu. With Clean Navbar, you get a brighter main-navigation. +Usage +===== + +* go to ... + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/162/8.0 + +For further information, please visit: + +* https://www.odoo.com/forum/help-1 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + Credits ======= @@ -14,6 +35,7 @@ Contributors ------------ * Equitania Software GmbH +* Holger Brunn Maintainer ---------- @@ -26,4 +48,4 @@ 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. \ No newline at end of file +To contribute to this module, please visit http://odoo-community.org. diff --git a/web_clean_navbar/__init__.py b/web_clean_navbar/__init__.py index cf1a3dfb..3ddfacf2 100644 --- a/web_clean_navbar/__init__.py +++ b/web_clean_navbar/__init__.py @@ -18,4 +18,3 @@ # along with this program. If not, see . # ############################################################################## - diff --git a/web_clean_navbar/__openerp__.py b/web_clean_navbar/__openerp__.py index 0abb3c79..2b17d34b 100644 --- a/web_clean_navbar/__openerp__.py +++ b/web_clean_navbar/__openerp__.py @@ -18,27 +18,19 @@ # along with this program. If not, see . # ############################################################################## - { - 'name': 'Web Clean Navbar', - - 'version': '1.0.0', - 'category': 'Web', - 'description': """ - Better visibility for the main backend navigation-bar - """, + 'name': 'Clean Navbar', + 'version': '8.0.1.0.0', + 'category': 'Tools', + 'summary': 'Better visibility for the backend\'s main menu', 'license': 'AGPL-3', - 'author': 'Equitania Software GmbH', - 'website': 'www.myodoo.de', + 'author': 'Equitania Software GmbH,Odoo Community Association (OCA)', + 'website': 'https://github.com/OCA/web', 'depends': [ 'web', ], - 'summary': 'backend, navigation', 'data': [ 'views/clean_navbar.xml', ], - 'demo': [], - 'css': ['base.css'], 'installable': True, - 'auto_install': False, } diff --git a/web_clean_navbar/static/description/icon.png b/web_clean_navbar/static/description/icon.png index d453eb1d..3a0328b5 100644 Binary files a/web_clean_navbar/static/description/icon.png and b/web_clean_navbar/static/description/icon.png differ diff --git a/web_clean_navbar/static/description/index.html b/web_clean_navbar/static/description/index.html index c428b807..9812ef9d 100644 --- a/web_clean_navbar/static/description/index.html +++ b/web_clean_navbar/static/description/index.html @@ -7,7 +7,7 @@

    -
  • In case of working on a very bright working station, as well as presentation with an projector, may be difficult to see the links in the main-navigation.
  • +
  • In case of working on a very bright working station, as well as presentation with an projector, it may be difficult to see the links in the main menu.
  • With Clean Navbar, you get a brighter main-navigation.