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.

13 lines
633 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <record id="view_users_search" model="ir.ui.view">
  4. <field name="model">res.users</field>
  5. <field name="inherit_id" ref="base.view_users_search" />
  6. <field name="arch" type="xml">
  7. <xpath expr="." position="inside">
  8. <field name="login_date" widget="date_interval" options="{'type': 'iso_week', 'dropdown': 0, 'exclusive': 1, 'cycle': 1}" />
  9. <field name="create_date" widget="date_interval" options="{'type': 'iso_week', 'lookbehind': 104, 'lookahead': 1}" />
  10. </xpath>
  11. </field>
  12. </record>
  13. </odoo>