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.

14 lines
596 B

9 years ago
9 years ago
9 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2015 GRAP -Sylvain LE GAL
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  4. <odoo>
  5. <record id="action_res_authentication_attempt" model="ir.actions.act_window">
  6. <field name="name">Authentication Attempts</field>
  7. <field name="res_model">res.authentication.attempt</field>
  8. <field name="view_type">form</field>
  9. <field name="view_mode">tree,form,graph</field>
  10. <field name="context">{"search_default_filter_no_success":1}</field>
  11. </record>
  12. </odoo>