26 lines
		
	
	
		
			640 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			640 B
		
	
	
	
		
			Python
		
	
	
| # -*- coding: utf-8 -*-
 | |
| 
 | |
| # noinspection PyStatementEffect
 | |
| {
 | |
|     'name': 'datepol Report-Anpassungen',
 | |
|     'category': 'Custom',
 | |
|     'version': '11.0.1.0.0',
 | |
|     'summary': """Individuelle Report Anpassungen""",
 | |
|     'description': """Individuelle Report Anpassungen""",
 | |
|     'author': 'datenpol gmbh',
 | |
|     'website': 'http://www.datenpol.at/',
 | |
|     'depends': [
 | |
|         'account_invoicing',
 | |
|         'report_intrastat',
 | |
|         'dp_reports',
 | |
|         'dp_sale_hide_discount',
 | |
|     ],
 | |
|     'data': [
 | |
|         'reports/invoice.xml',
 | |
|     ],
 | |
|     # only loaded in demonstration mode
 | |
|     'demo': [],
 | |
|     'installable': True,
 | |
|     'auto_install': False,
 | |
| }
 |