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.

15 lines
526 B

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!-- Copyright 2019 Onestein
  3. License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
  4. <odoo>
  5. <record id="view_users_tree" model="ir.ui.view">
  6. <field name="model">res.users</field>
  7. <field name="inherit_id" ref="base.view_users_tree"/>
  8. <field name="arch" type="xml">
  9. <xpath expr="//tree" position="attributes">
  10. <attribute name="duplicate">true</attribute>
  11. </xpath>
  12. </field>
  13. </record>
  14. </odoo>