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.
29 lines
747 B
29 lines
747 B
# -*- 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': True,
|
|
'auto_install': False,
|
|
}
|