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.

64 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Web Environment Ribbon
  4. ======================
  5. Mark a Test Environment with a red ribbon on the top left corner in every page
  6. .. image:: /web_environment_ribbon/static/description/screenshot.png
  7. :alt: Screenshot
  8. Installation
  9. ============
  10. No special setup
  11. Configuration
  12. =============
  13. * You can change the ribbon's name ("TEST") by editing the default system
  14. parameter "ribbon.name" (in the menu Settings > Parameters > System
  15. Parameters) To hide the ribbon, set this parameter to "False" or delete it.
  16. * You can customize the ribbon color and background color through system
  17. parameters: "ribbon.color", "ribbon.background.color". Fill with valid CSS
  18. colors or just set to "False" to use default values.
  19. Usage
  20. =====
  21. To use this module, you need only to install it. After installation, a red
  22. ribbon will be visible on top left corner of every Odoo backend page
  23. Bug Tracker
  24. ===========
  25. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  26. In case of trouble, please check there if your issue has already been reported.
  27. If you spotted it first, help us smashing it by providing a detailed and
  28. welcomed feedback
  29. `here <https://github.com/OCA/web/issues/new?body=module:%20web_environment_ribbon%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  30. Credits
  31. =======
  32. Contributors
  33. ------------
  34. * Francesco Apruzzese <cescoap@gmail.com>
  35. * Javi Melendez <javimelex@gmail.com>
  36. Maintainer
  37. ----------
  38. .. image:: https://odoo-community.org/logo.png
  39. :alt: Odoo Community Association
  40. :target: https://odoo-community.org
  41. This module is maintained by the OCA.
  42. OCA, or the Odoo Community Association, is a nonprofit organization whose
  43. mission is to support the collaborative development of Odoo features and
  44. promote its widespread use.
  45. To contribute to this module, please visit http://odoo-community.org.