Browse Source

[IMP] OCA module description

pull/223/head
Martin Schmid 10 years ago
parent
commit
e98277f93c
  1. 29
      web_clean_navbar/README.rst
  2. 12
      web_clean_navbar/__openerp__.py
  3. BIN
      web_clean_navbar/static/description/icon.png

29
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 <info@equitania.de>
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.

12
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(<http://www.equitania.de>).
# This file is part of web_clean_navbar, an Odoo module.
# Copyright (C) 2015-now Equitania Software GmbH(<http://www.equitania.de>).
#
# 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',

BIN
web_clean_navbar/static/description/icon.png

After

Width: 100  |  Height: 100  |  Size: 4.4 KiB

Loading…
Cancel
Save