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.

77 lines
2.6 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. Access to technical features without activating debug mode
  6. ==========================================================
  7. In Odoo 9.0, the debug mode grants every employee user access to the technical
  8. features. This module enables persistent access to technical features based on
  9. user preference.
  10. Configuration
  11. =============
  12. After installation of this module, every employee can still access technical
  13. features for the applications that they have access to by enabling debug mode.
  14. Additionally, users can check the *Technical feature* field in their
  15. preferences to gain permanent access to the menus and views that fall under
  16. this category.
  17. .. figure:: static/description/user_preferences.png
  18. :alt: User preferences
  19. Upon installation of this module, this preference is already
  20. set for the administrator user of the database.
  21. In the background, this preference is mapped to the *Technical feature (w/o
  22. debug mode)* group that this module adds. As an administrator, you can
  23. therefore manage this preference from the regular Users and Groups menu items.
  24. Usage
  25. =====
  26. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  27. :alt: Try me on Runbot
  28. :target: https://runbot.odoo-community.org/runbot/149/9.0
  29. Bug Tracker
  30. ===========
  31. Bugs are tracked on `GitHub Issues
  32. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  33. check there if your issue has already been reported. If you spotted it first,
  34. help us smashing it by providing a detailed and welcomed `feedback
  35. <https://github.com/OCA/
  36. server-tools/issues/new?body=module:%20
  37. base_technical_features%0Aversion:%20
  38. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  39. Credits
  40. =======
  41. Images
  42. ------
  43. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  44. Contributors
  45. ------------
  46. * Stefan Rijnhart <stefan@opener.am>
  47. Maintainer
  48. ----------
  49. .. image:: https://odoo-community.org/logo.png
  50. :alt: Odoo Community Association
  51. :target: https://odoo-community.org
  52. This module is maintained by the OCA.
  53. OCA, or the Odoo Community Association, is a nonprofit organization whose
  54. mission is to support the collaborative development of Odoo features and
  55. promote its widespread use.
  56. To contribute to this module, please visit https://odoo-community.org.