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.

82 lines
2.7 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. Known issues / Roadmap
  30. ======================
  31. * As technical features is not a matter of privileges but of cosmetics, it might be nice to have this as a user configurable preference.
  32. Bug Tracker
  33. ===========
  34. Bugs are tracked on `GitHub Issues
  35. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  36. check there if your issue has already been reported. If you spotted it first,
  37. help us smashing it by providing a detailed and welcomed `feedback
  38. <https://github.com/OCA/
  39. server-tools/issues/new?body=module:%20
  40. base_technical_features%0Aversion:%20
  41. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  42. Credits
  43. =======
  44. Images
  45. ------
  46. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  47. Contributors
  48. ------------
  49. * Stefan Rijnhart <stefan@opener.am>
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit https://odoo-community.org.