3
0
Fork 0

[FIX] OCAize

8.0
Holger Brunn 2015-09-14 13:43:39 +02:00
parent e98277f93c
commit fbab00026e
5 changed files with 31 additions and 18 deletions

View File

@ -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.

View File

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

View File

@ -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,
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -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>