mirror of https://github.com/OCA/web.git
[IMP] OCA module description
parent
e231d9c13b
commit
e98277f93c
|
@ -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.
|
|
@ -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',
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in New Issue