24 lines
		
	
	
		
			698 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			698 B
		
	
	
	
		
			Python
		
	
	
| # -*- coding: utf-8 -*-
 | |
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
 | |
| 
 | |
| 
 | |
| {'name': 'Job Queue',
 | |
|  'version': '11.0.1.0.1',
 | |
|  'author': 'Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)',
 | |
|  'website': 'https://github.com/OCA/queue/queue_job',
 | |
|  'license': 'AGPL-3',
 | |
|  'category': 'Generic Modules',
 | |
|  'depends': ['mail',
 | |
|              'base_sparse_field'
 | |
|              ],
 | |
|  'external_dependencies': {'python': ['requests'
 | |
|                                       ],
 | |
|                            },
 | |
|  'data': ['security/security.xml',
 | |
|           'security/ir.model.access.csv',
 | |
|           'views/queue_job_views.xml',
 | |
|           'data/queue_data.xml',
 | |
|           ],
 | |
|  'installable': True,
 | |
|  }
 |