28 lines
		
	
	
		
			749 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			749 B
		
	
	
	
		
			Python
		
	
	
# -*- coding: utf-8 -*-
 | 
						|
 | 
						|
# noinspection PyStatementEffect
 | 
						|
{
 | 
						|
    'name': 'DP Verkauf Report-Anpassungen',
 | 
						|
    'category': 'Custom',
 | 
						|
    'version': '11.0.1.0.0',
 | 
						|
    'summary': """Individuelle Report Anpassungen im Bereich Verkauf""",
 | 
						|
    'description': """Individuelle Report Anpassungen im Bereich Verkauf""",
 | 
						|
    'author': 'datenpol gmbh',
 | 
						|
    'website': 'http://www.datenpol.at/',
 | 
						|
    'depends': [
 | 
						|
        'dp_reports',
 | 
						|
        'sale_management',
 | 
						|
        'dp_sale_delivery_date',
 | 
						|
        'dp_sale_hide_discount',
 | 
						|
        'sale_comment_template',
 | 
						|
        'dp_line_comment_template'
 | 
						|
    ],
 | 
						|
    'data': [
 | 
						|
        'reports/sale.xml',
 | 
						|
    ],
 | 
						|
    # only loaded in demonstration mode
 | 
						|
    'demo': [],
 | 
						|
    'installable': True,
 | 
						|
    'auto_install': False,
 | 
						|
}
 |