You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
613 B
17 lines
613 B
# -*- 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': False,
|
|
}
|