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.

22 lines
750 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2017 LasLabs Inc.
  3. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. -->
  5. <odoo>
  6. <record id="view_users_form" model="ir.ui.view">
  7. <field name="name">res.users.form</field>
  8. <field name="model">res.users</field>
  9. <field name="inherit_id" ref="base.view_users_form" />
  10. <field name="arch" type="xml">
  11. <xpath expr="//page[@name='access_rights']" position="inside">
  12. <group name="user_threshold" string="User Threshold">
  13. <field name="threshold_exempt"
  14. string="Exempt From Threshold" />
  15. </group>
  16. </xpath>
  17. </field>
  18. </record>
  19. </odoo>