# -*- coding: utf-8 -*- # © 2017 Akretion (Alexis de Lattre ) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Users authentification logs', 'version': '8.0.1.0.0', 'category': 'Tools', 'license': 'AGPL-3', 'summary': 'Adds users authentication logs', 'author': 'Akretion', 'website': 'http://www.akretion.com', 'depends': ['base'], 'data': [ 'security/ir.model.access.csv', 'views/res_users_auth_log.xml', 'views/res_users.xml', 'data/ir_cron.xml', ], 'installable': True, }