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.

64 lines
1.8 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. Installation
  8. ============
  9. It was tested on openerp trunk, 8.0 branch.
  10. Usage
  11. =====
  12. Your XML form view definition should contain::
  13. ...
  14. <field name="field_name" widget="bootstrap_markdown"/>
  15. ...
  16. Known issues / Roadmap
  17. ======================
  18. * Improve user experience with Odoo specific syntax
  19. * Improve user experience with Github specific syntax
  20. * Add a working parsed field in tree view
  21. * Add ir.attachment support
  22. * Add images support (with drag'n'drop)
  23. Bug Tracker
  24. ===========
  25. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  26. In case of trouble, please check there if your issue has already been reported.
  27. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  28. `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**>`_.
  29. Credits
  30. =======
  31. Contributors
  32. ------------
  33. * Nicolas Jeudy <nicolas@sudokeys.com>
  34. Maintainer
  35. ----------
  36. .. image:: http://odoo-community.org/logo.png
  37. :alt: Odoo Community Association
  38. :target: http://odoo-community.org
  39. This module is maintained by the OCA.
  40. 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.
  41. To contribute to this module, please visit http://odoo-community.org.