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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <record id="view_groups_form_inherited" model="ir.ui.view">
  4. <field name="model">res.groups</field>
  5. <field name="inherit_id" ref="base.view_groups_form" />
  6. <field name="arch" type="xml">
  7. <field name="comment" position="attributes">
  8. <attribute name="widget">bootstrap_markdown</attribute>
  9. </field>
  10. </field>
  11. </record>
  12. </odoo>