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.
12 lines
449 B
12 lines
449 B
<?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>
|