[MIG] web_widget_text_markdown: Migration to 11.0

This commit is contained in:
Alexandre Díaz
2019-02-09 21:13:49 +01:00
committed by bobrador
parent e8cfc2c96a
commit b4fd9e170e
78 changed files with 6010 additions and 8675 deletions

View File

@@ -0,0 +1,3 @@
* Nicolas Jeudy <nicolas@sudokeys.com>
* Nguyen Tan Phuc <phuc.nt@komit-consulting.com>
* Alexandre Díaz <dev@redneboa.es>

View File

@@ -0,0 +1 @@
* Komit https://komit-consulting.com

View 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>`_

View 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

View File

@@ -0,0 +1,5 @@
Your XML form view definition should contain::
...
<field name="field_name" widget="bootstrap_markdown"/>
...