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
14 lines
596 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2015 GRAP -Sylvain LE GAL
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
<odoo>
|
|
|
|
<record id="action_res_authentication_attempt" model="ir.actions.act_window">
|
|
<field name="name">Authentication Attempts</field>
|
|
<field name="res_model">res.authentication.attempt</field>
|
|
<field name="view_type">form</field>
|
|
<field name="view_mode">tree,form,graph</field>
|
|
<field name="context">{"search_default_filter_no_success":1}</field>
|
|
</record>
|
|
|
|
</odoo>
|