diff --git a/web_company_logo_unclickable/README.rst b/web_company_logo_unclickable/README.rst new file mode 100644 index 00000000..d5bd3428 --- /dev/null +++ b/web_company_logo_unclickable/README.rst @@ -0,0 +1,34 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +============================== +Web - Company Logo Unclickable +============================== + +* Install this module to remove the link to the start page when clicking on the company logo + +Installation +============ + +* No thing is required to install this module + +Contributors +------------ + +* Rami Alwafaie + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://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 https://odoo-community.org. \ No newline at end of file diff --git a/web_company_logo_unclickable/__init__.py b/web_company_logo_unclickable/__init__.py new file mode 100644 index 00000000..ba9bebe8 --- /dev/null +++ b/web_company_logo_unclickable/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © initOS GmbH 2016 +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/web_company_logo_unclickable/__openerp__.py b/web_company_logo_unclickable/__openerp__.py new file mode 100644 index 00000000..3a03bfb7 --- /dev/null +++ b/web_company_logo_unclickable/__openerp__.py @@ -0,0 +1,29 @@ +# -*- coding: utf-8 -*- +# © initOS GmbH 2016 +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Web - Company Logo Unclickable", + "version": "7.0.1.0.0", + "depends": ["web", + ], + 'author': 'initOS GmbH, Odoo Community Association (OCA)', + "category": "", + "summary": "", + 'license': 'AGPL-3', + "description": """ +Web - Company Logo Unclickable +============================== +* removes the link to the start page when clicking on the company logo + """, + 'data': [], + 'images': [], + 'demo': [ + ], + 'test': [ + ], + 'qweb': ['static/src/xml/base.xml', + ], + 'installable': True, + 'auto_install': False, +} diff --git a/web_company_logo_unclickable/static/src/xml/base.xml b/web_company_logo_unclickable/static/src/xml/base.xml new file mode 100644 index 00000000..779d7bbc --- /dev/null +++ b/web_company_logo_unclickable/static/src/xml/base.xml @@ -0,0 +1,12 @@ + + + + + + + + +