Port base_user_auth_log to v10

This commit is contained in:
Alexis de Lattre
2018-09-02 22:39:49 +02:00
parent 0d27c0a830
commit 6370dc0ec8
6 changed files with 30 additions and 26 deletions

View File

@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
© 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
Copyright 2017-2018 Akretion France
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<openerp>
<data noupdate="1"> <!-- noupdate = 1 for the 'active' field -->
<odoo noupdate="1">
<record id="purge_auth_log_cron" model="ir.cron">
<field name="name">Purge old authentication logs</field>
@@ -20,5 +21,5 @@
<field name="args" eval="'()'"/>
</record>
</data>
</openerp>
</odoo>