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.

54 lines
1.3 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. Credits
  24. =======
  25. Contributors
  26. ------------
  27. * Nicolas Jeudy <nicolas@sudokeys.com>
  28. Maintainer
  29. ----------
  30. .. image:: http://odoo-community.org/logo.png
  31. :alt: Odoo Community Association
  32. :target: http://odoo-community.org
  33. This module is maintained by the OCA.
  34. 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.
  35. To contribute to this module, please visit http://odoo-community.org.