diff --git a/web_clean_navbar/README.rst b/web_clean_navbar/README.rst new file mode 100644 index 000000000..8b611a363 --- /dev/null +++ b/web_clean_navbar/README.rst @@ -0,0 +1,29 @@ +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. +With Clean Navbar, you get a brighter main-navigation. + + +Credits +======= + +Contributors +------------ + +* Equitania Software GmbH + +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. \ No newline at end of file diff --git a/web_clean_navbar/__openerp__.py b/web_clean_navbar/__openerp__.py index 3eb92b306..0abb3c790 100644 --- a/web_clean_navbar/__openerp__.py +++ b/web_clean_navbar/__openerp__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Odoo Addon, Open Source Management Solution -# Copyright (C) 2014-now Equitania Software GmbH(). +# This file is part of web_clean_navbar, an Odoo module. +# Copyright (C) 2015-now Equitania Software GmbH(). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -21,14 +21,18 @@ { 'name': 'Web Clean Navbar', + 'version': '1.0.0', - 'category': 'Backend', + 'category': 'Web', 'description': """ Better visibility for the main backend navigation-bar """, + 'license': 'AGPL-3', 'author': 'Equitania Software GmbH', 'website': 'www.myodoo.de', - 'depends': [], + 'depends': [ + 'web', + ], 'summary': 'backend, navigation', 'data': [ 'views/clean_navbar.xml', diff --git a/web_clean_navbar/static/description/icon.png b/web_clean_navbar/static/description/icon.png new file mode 100644 index 000000000..d453eb1de Binary files /dev/null and b/web_clean_navbar/static/description/icon.png differ