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.

17 lines
742 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_users_form" model="ir.ui.view">
  5. <field name="name">res.users.form (base_user_reset_access)</field>
  6. <field name="model">res.users</field>
  7. <field name="inherit_id" ref="base.view_users_form" />
  8. <field name="arch" type="xml">
  9. <xpath expr="//group[@string='Allowed Companies']" position="before">
  10. <button name="reset_access_right" string="Reset Access Right" type="object"
  11. confirm="This will reset the user's access rights to the minimum configuration. Are you sure?"/>
  12. </xpath>
  13. </field>
  14. </record>
  15. </data>
  16. </openerp>