25 lines
		
	
	
		
			581 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			581 B
		
	
	
	
		
			Python
		
	
	
| # -*- coding: utf-8 -*-
 | |
| {
 | |
|     'name': "dp_changelogs",
 | |
|     'summary': """""",
 | |
|     'description': """
 | |
|         Long description of module's purpose
 | |
|     """,
 | |
|     'author': "datenpol GmbH",
 | |
|     'website': "http://datenpol.at",
 | |
|     'category': 'Events',
 | |
|     'version': '11.0.1.0.0',
 | |
|     'depends': ['base', 'web'],
 | |
|     'data': [
 | |
|         'security/ir.model.access.csv',
 | |
|         'data/cron_job.xml',
 | |
|         'views/dp_changelog_views.xml',
 | |
|         'views/templates.xml',
 | |
|     ],
 | |
|     "qweb": [
 | |
|         'static/src/xml/base.xml',
 | |
|     ],
 | |
|     'installable': True,
 | |
|     'auto_install': False,
 | |
| }
 |