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
612 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright Anubía, soluciones en la nube,SL (http://www.anubia.es)
  3. # Alejandro Santana <alejandrosantana@anubia.es>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Hide link to database manager in login screen',
  7. 'version': "9.0.1.0.0",
  8. 'category': 'Web',
  9. 'license': 'AGPL-3',
  10. 'author': 'Alejandro Santana, Odoo Community Association (OCA)',
  11. 'website': 'http://anubia.es',
  12. 'summary': 'Hide link to database manager in login screen',
  13. 'depends': ['web'],
  14. 'data': ['views/webclient_templates.xml'],
  15. 'installable': True,
  16. }