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.

14 lines
548 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_groups_form" model="ir.ui.view">
  5. <field name="model">res.groups</field>
  6. <field name="inherit_id" ref="base.view_groups_form" />
  7. <field name="arch" type="xml">
  8. <field name="model_access" position="attributes">
  9. <attribute name="options">{'web_x2m_defaults_from_previous': ['model_id', 'name']}</attribute>
  10. </field>
  11. </field>
  12. </record>
  13. </data>
  14. </openerp>