mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[10.0][MIG] web_widget_text_markdown
Adjustment to make it work version 10.0
This commit is contained in:
12
web_widget_text_markdown/demo/bootstrap_markdown.xml
Normal file
12
web_widget_text_markdown/demo/bootstrap_markdown.xml
Normal 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>
|
||||
Reference in New Issue
Block a user