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.

69 lines
1.9 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
  14. the default system parameter "ribbon.name"
  15. (in the menu Settings > Parameters > System Parameters)
  16. To hide the ribbon, set this parameter to "False" or
  17. delete it.
  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. Known issues / Roadmap
  23. ======================
  24. * Allow to define in some place (system parameter, configuration file...) the
  25. ribbon color.
  26. Bug Tracker
  27. ===========
  28. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  29. In case of trouble, please check there if your issue has already been reported.
  30. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  31. `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**>`_.
  32. Credits
  33. =======
  34. Contributors
  35. ------------
  36. * Francesco Apruzzese <cescoap@gmail.com>
  37. Maintainer
  38. ----------
  39. .. image:: https://odoo-community.org/logo.png
  40. :alt: Odoo Community Association
  41. :target: https://odoo-community.org
  42. This module is maintained by the OCA.
  43. OCA, or the Odoo Community Association, is a nonprofit organization whose
  44. mission is to support the collaborative development of Odoo features and
  45. promote its widespread use.
  46. To contribute to this module, please visit http://odoo-community.org.