Browse Source

[FIX] OCAize

pull/223/head
Holger Brunn 9 years ago
parent
commit
fbab00026e
  1. 26
      web_clean_navbar/README.rst
  2. 1
      web_clean_navbar/__init__.py
  3. 20
      web_clean_navbar/__openerp__.py
  4. BIN
      web_clean_navbar/static/description/icon.png
  5. 2
      web_clean_navbar/static/description/index.html

26
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 <https://github.com/OCA/web/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 <https://github.com/OCA/web/issues/new?body=module:%20web_clean_navbar%0Aversion:%20{version}%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
@ -14,6 +35,7 @@ Contributors
------------
* Equitania Software GmbH <info@equitania.de>
* Holger Brunn <hbrunn@therp.nl>
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.
To contribute to this module, please visit http://odoo-community.org.

1
web_clean_navbar/__init__.py

@ -18,4 +18,3 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

20
web_clean_navbar/__openerp__.py

@ -18,27 +18,19 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'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,
}

BIN
web_clean_navbar/static/description/icon.png

Before

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

After

Width: 128  |  Height: 128  |  Size: 9.2 KiB

2
web_clean_navbar/static/description/index.html

@ -7,7 +7,7 @@
<div style="width:95%;">
<p class='oe_mt32'>
<ul>
<li>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.</li>
<li>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.</li>
<li>With Clean Navbar, you get a brighter main-navigation.</li>
</ul>
</p>

Loading…
Cancel
Save