__openerp__.py 612 Bytes
# -*- coding: utf-8 -*-
# Copyright Anubía, soluciones en la nube,SL (http://www.anubia.es)
# Alejandro Santana <alejandrosantana@anubia.es>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
    'name': 'Hide link to database manager in login screen',
    'version': "9.0.1.0.0",
    'category': 'Web',
    'license': 'AGPL-3',
    'author': 'Alejandro Santana, Odoo Community Association (OCA)',
    'website': 'http://anubia.es',
    'summary': 'Hide link to database manager in login screen',
    'depends': ['web'],
    'data': ['views/webclient_templates.xml'],
    'installable': True,
}