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.

78 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =============================================
  5. Hide link to database manager in login screen
  6. =============================================
  7. This module hides the "Manage Databases" link at the bottom of login screen.
  8. Installation
  9. ============
  10. To install this module, you need to:
  11. * Go to Settings / Local Modules
  12. * Search by module name "Hide link to database manager in login screen" or
  13. by module technical name "*web_hide_db_manager_link*"
  14. * Click install button
  15. Usage
  16. =====
  17. When this module is installed the link "Manage Databases" will be hidden in
  18. the login screen.
  19. The image in *web_hide_db_manager_link/static/src/img/screen.png* shows the
  20. resulting loging screen.
  21. .. image:: web_hide_db_manager_link/static/src/img/screenshot.png
  22. In order to access to the database management, the administrator should use a
  23. specific URL <myserver>/web/database/manager
  24. .. image:: https://odoo-community.org/website/image/ir
  25. .attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/162/9.0
  28. Known issues
  29. ============
  30. * As Odoo v8 templates only live in the database, this module must be
  31. installed in each database you want this to be in effect.
  32. Bug Tracker
  33. ===========
  34. Bugs are tracked on `GitHub Issues
  35. <https://github.com/OCA/OCA/issues>`_. In case of trouble, please
  36. check there if your issue has already been reported. If you spotted it first,
  37. help us smashing it by providing a detailed and welcomed feedback.
  38. Credits
  39. =======
  40. Contributors
  41. ------------
  42. * Alejandro Santana <alejandrosantana@anubia.es>
  43. Maintainer
  44. ----------
  45. .. image:: https://odoo-community.org/logo.png
  46. :alt: Odoo Community Association
  47. :target: https://odoo-community.org
  48. This module is maintained by the OCA.
  49. OCA, or the Odoo Community Association, is a nonprofit organization whose
  50. mission is to support the collaborative development of Odoo features and
  51. promote its widespread use.
  52. To contribute to this module, please visit https://odoo-community.org.