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. Add new text field form widget
  2. ==============================
  3. This module adds a new widget for text field in form view on Odoo:
  4. - In readonly mode, it uses text contents to parse and render them to html markdown syntax.
  5. - In write mode, use [bootstrap-markdown][1]
  6. [1]: http://www.codingdrama.com/bootstrap-markdown/ "bootstrap-markdown"
  7. Usage
  8. =====
  9. Your XML form view definition should contain::
  10. ...
  11. <field name="field_name" widget="bootstrap_markdown"/>
  12. ...
  13. Known issues / Roadmap
  14. ======================
  15. * Improve user experience with Odoo specific syntax
  16. * Improve user experience with Github specific syntax
  17. * Add a working parsed field in tree view
  18. * Add ir.attachment support
  19. * Add images support (with drag'n'drop)
  20. Bug Tracker
  21. ===========
  22. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  23. In case of trouble, please check there if your issue has already been reported.
  24. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  25. `here <https://github.com/OCA/web/issues/new?body=module:%20web_widget_text_markdown%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  26. Credits
  27. =======
  28. Contributors
  29. ------------
  30. * Nicolas Jeudy <nicolas@sudokeys.com>
  31. * Nguyen Tan Phuc <phuc.nt@komit-consulting.com>
  32. Do not contact contributors directly about support or help with technical issues.
  33. Funders
  34. -------
  35. The development of this module has been financially supported by:
  36. * Komit https://komit-consulting.com
  37. Maintainer
  38. ----------
  39. .. image:: http://odoo-community.org/logo.png
  40. :alt: Odoo Community Association
  41. :target: http://odoo-community.org
  42. This module is maintained by the OCA.
  43. 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.
  44. To contribute to this module, please visit http://odoo-community.org.