mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_text_markdown: Migration to 11.0
This commit is contained in:
3
web_widget_text_markdown/readme/CONTRIBUTORS.rst
Normal file
3
web_widget_text_markdown/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
* Nicolas Jeudy <nicolas@sudokeys.com>
|
||||
* Nguyen Tan Phuc <phuc.nt@komit-consulting.com>
|
||||
* Alexandre Díaz <dev@redneboa.es>
|
||||
1
web_widget_text_markdown/readme/CREDITS.rst
Normal file
1
web_widget_text_markdown/readme/CREDITS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Komit https://komit-consulting.com
|
||||
6
web_widget_text_markdown/readme/DESCRIPTION.rst
Normal file
6
web_widget_text_markdown/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
This module adds a new widget for text field in form view on Odoo:
|
||||
|
||||
- In readonly mode, it uses text contents to parse and render them to html markdown syntax.
|
||||
- In write mode, use [bootstrap-markdown][1]
|
||||
|
||||
[1]: `bootstrap-markdown <https://github.com/toopay/bootstrap-markdown>`_
|
||||
4
web_widget_text_markdown/readme/ROADMAP.rst
Normal file
4
web_widget_text_markdown/readme/ROADMAP.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
* Can't create attachments on virtual records
|
||||
|
||||
* Improve user experience with Odoo specific syntax
|
||||
* Improve user experience with Github specific syntax
|
||||
5
web_widget_text_markdown/readme/USAGE.rst
Normal file
5
web_widget_text_markdown/readme/USAGE.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
Your XML form view definition should contain::
|
||||
|
||||
...
|
||||
<field name="field_name" widget="bootstrap_markdown"/>
|
||||
...
|
||||
Reference in New Issue
Block a user