mirror of https://github.com/OCA/web.git
[FIX] OCAize
parent
e98277f93c
commit
fbab00026e
|
@ -3,9 +3,30 @@ Clean Navbar
|
||||||
|
|
||||||
Brighter navigation
|
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.
|
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
|
Credits
|
||||||
=======
|
=======
|
||||||
|
@ -14,6 +35,7 @@ Contributors
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* Equitania Software GmbH <info@equitania.de>
|
* Equitania Software GmbH <info@equitania.de>
|
||||||
|
* Holger Brunn <hbrunn@therp.nl>
|
||||||
|
|
||||||
Maintainer
|
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.
|
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.
|
||||||
|
|
|
@ -18,4 +18,3 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
|
|
|
@ -18,27 +18,19 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Web Clean Navbar',
|
'name': 'Clean Navbar',
|
||||||
|
'version': '8.0.1.0.0',
|
||||||
'version': '1.0.0',
|
'category': 'Tools',
|
||||||
'category': 'Web',
|
'summary': 'Better visibility for the backend\'s main menu',
|
||||||
'description': """
|
|
||||||
Better visibility for the main backend navigation-bar
|
|
||||||
""",
|
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'author': 'Equitania Software GmbH',
|
'author': 'Equitania Software GmbH,Odoo Community Association (OCA)',
|
||||||
'website': 'www.myodoo.de',
|
'website': 'https://github.com/OCA/web',
|
||||||
'depends': [
|
'depends': [
|
||||||
'web',
|
'web',
|
||||||
],
|
],
|
||||||
'summary': 'backend, navigation',
|
|
||||||
'data': [
|
'data': [
|
||||||
'views/clean_navbar.xml',
|
'views/clean_navbar.xml',
|
||||||
],
|
],
|
||||||
'demo': [],
|
|
||||||
'css': ['base.css'],
|
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'auto_install': False,
|
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 9.2 KiB |
|
@ -7,7 +7,7 @@
|
||||||
<div style="width:95%;">
|
<div style="width:95%;">
|
||||||
<p class='oe_mt32'>
|
<p class='oe_mt32'>
|
||||||
<ul>
|
<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>
|
<li>With Clean Navbar, you get a brighter main-navigation.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue