[10.0][MIG] web_widget_text_markdown

Adjustment to make it work version 10.0
This commit is contained in:
phuc.nt
2018-02-27 09:31:21 +07:00
committed by bobrador
parent 12d600ac77
commit a0b04f94c9
8 changed files with 1038 additions and 779 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="view_groups_form_inherited" model="ir.ui.view">
<field name="model">res.groups</field>
<field name="inherit_id" ref="base.view_groups_form" />
<field name="arch" type="xml">
<field name="comment" position="attributes">
<attribute name="widget">bootstrap_markdown</attribute>
</field>
</field>
</record>
</odoo>