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.

66 lines
2.1 KiB

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