30 lines
		
	
	
		
			744 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			744 B
		
	
	
	
		
			Python
		
	
	
| # -*- 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': '10.0.1.0.0',
 | |
|     '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,
 | |
| }
 |