# -*- coding: utf-8 -*- # Copyright (C) 2013-2014 GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { 'name': 'Authentification - Admin Passkey', 'version': '8.0.2.1.1', 'category': 'base', 'author': "GRAP,Odoo Community Association (OCA)", 'website': 'http://www.grap.coop', 'license': 'AGPL-3', 'depends': [ 'mail', ], 'data': [ 'data/ir_config_parameter.xml', 'views/res_config_view.xml', ], 'demo': [], 'js': [], 'css': [], 'qweb': [], 'images': [], 'post_load': '', 'application': False, 'installable': False, 'auto_install': False, }