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.

44 lines
984 B

  1. ==============================
  2. Add new text field form widget
  3. ==============================
  4. Description
  5. -----------
  6. This modules add a new widget for text field in form view on Odoo:
  7. - In readonly mode, it uses marked to parse and render to html markdown syntax.
  8. - In write mode, use [bootstrap-markdown][1]
  9. [1]: http://www.codingdrama.com/bootstrap-markdown/ "bootstrap-markdown"
  10. Requirements
  11. ------------
  12. Was tested on openerp trunk, 8.0 branch.
  13. Example
  14. -------
  15. Your XML form view definition should contain::
  16. ...
  17. <field name="field_name" widget="bootstrap_markdown"/>
  18. ...
  19. Note / Todo
  20. -----------
  21. - Improve user experience with Odoo specific syntax
  22. - Improve user experience with Github specific syntax
  23. - Add a working parsed field in tree view
  24. - Add ir.attachment support
  25. - Add images support (with drag'n'drop)
  26. - ...
  27. Thanks to
  28. ---------
  29. - Nicolas JEUDY <nicolas@sudokeys.com>
  30. If you have questions, please email one of them, or report issue on github