20 lines
		
	
	
		
			581 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			581 B
		
	
	
	
		
			Python
		
	
	
| # Copyright 2018-Today TZAustria
 | |
| # License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses).
 | |
| 
 | |
| # noinspection PyStatementEffect
 | |
| {
 | |
|     'name': 'TZ RouteMaps',
 | |
|     'summary' : 'very simple google maps route planner',
 | |
|     'version': '11.0.1.0.0',
 | |
|     'license': 'OPL-1',
 | |
|     'author': 'TZAustria',
 | |
|     'support': 'andreas.osim@glaser-co.at',
 | |
|     'website': 'https://www.tzaustria.at',
 | |
|     'depends': ['base','account'],
 | |
|    'data': [
 | |
|         'wizards/wizard_routemaps.xml',
 | |
|     ],
 | |
|     'installable': True,
 | |
|     'auto_install': False,
 | |
| }
 |