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
2.1 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. Help Online
  6. ===========
  7. This module allows the creation of an online help available from the lists
  8. and forms in Odoo.
  9. When loading a view, the module generates a button allowing access to an help
  10. page for the related model if the page exists and the user is member of the
  11. group 'Help reader'. If the page doesn't exist and the user is member of
  12. the group 'Help writer', the module generate a button allowing the creation an
  13. help page.
  14. The help pages are created and managed via the website Module.
  15. Note: When updating the page prefix parameters, the record rules must be
  16. adapted.
  17. Usage
  18. =====
  19. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  20. :alt: Try me on Runbot
  21. :target: https://runbot.odoo-community.org/runbot/162/9.0
  22. Known issues / Roadmap
  23. ======================
  24. Even if the generated urls to the documentation contains an anchor (website/hel-xx#view_type),
  25. it's no more possible to insert/edit anchors elements into the website since this functionnality is not supported
  26. by the new html editor in Odoo 9.0 (summernote).
  27. Bug Tracker
  28. ===========
  29. Bugs are tracked on `GitHub Issues
  30. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  31. check there if your issue has already been reported. If you spotted it first,
  32. help us smashing it by providing a detailed and welcomed feedback.
  33. Credits
  34. =======
  35. Contributors
  36. ------------
  37. * Laurent Mignon <laurent.mignon@acsone.eu>
  38. * Jonathan Nemry <jonathan.nemry@acsone.eu>
  39. * Cédric Pigeon <cedric.pigeon@acsone.eu>
  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 mission is to support the collaborative development of Odoo features and promote its widespread use.
  47. To contribute to this module, please visit https://odoo-community.org.