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.

73 lines
2.2 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. Web Environment Ribbon
  6. ======================
  7. Mark a Test Environment with a red ribbon on the top left corner in every page
  8. .. image:: /web_environment_ribbon/static/description/screenshot.png
  9. :alt: Screenshot
  10. Installation
  11. ============
  12. No special setup
  13. Configuration
  14. =============
  15. * You can change the ribbon's name ("TEST") by editing the default system
  16. parameter "ribbon.name" (in the menu Settings > Parameters > System
  17. Parameters) To hide the ribbon, set this parameter to "False" or delete it.
  18. * You can customize the ribbon color and background color through system
  19. parameters: "ribbon.color", "ribbon.background.color". Fill with valid CSS
  20. colors or just set to "False" to use default values.
  21. * You can add the database name in the ribbon by adding "{db_name}" in the
  22. system parameter "ribbon.name".
  23. Usage
  24. =====
  25. To use this module, you need only to install it. After installation, a red
  26. ribbon will be visible on top left corner of every Odoo backend page
  27. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  28. :alt: Try me on Runbot
  29. :target: https://runbot.odoo-community.org/runbot/162/9.0
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues
  33. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  34. check there if your issue has already been reported. If you spotted it first,
  35. help us smashing it by providing a detailed and welcomed feedback.
  36. Credits
  37. =======
  38. Contributors
  39. ------------
  40. * Francesco Apruzzese <cescoap@gmail.com>
  41. * Javi Melendez <javimelex@gmail.com>
  42. * Antonio Espinosa <antonio.espinosa@tecnativa.com>
  43. * Thomas Binsfeld <thomas.binsfeld@acsone.eu>
  44. Maintainer
  45. ----------
  46. .. image:: https://odoo-community.org/logo.png
  47. :alt: Odoo Community Association
  48. :target: https://odoo-community.org
  49. This module is maintained by the OCA.
  50. OCA, or the Odoo Community Association, is a nonprofit organization whose
  51. mission is to support the collaborative development of Odoo features and
  52. promote its widespread use.
  53. To contribute to this module, please visit https://odoo-community.org.