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.

11 lines
421 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <record id="view_users_form" model="ir.ui.view">
  4. <field name="inherit_id" ref="base.view_users_form"/>
  5. <field name="model">res.users</field>
  6. <field name="arch" type="xml">
  7. <xpath expr="//form" position="attributes">
  8. <attribute name="duplicate">0</attribute>
  9. </xpath>
  10. </field>
  11. </record>
  12. </odoo>