18 lines
		
	
	
		
			561 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			561 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 goMaps',
 | 
						|
    'summary' : 'very simple google maps integration',
 | 
						|
    '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': ['views/res_partner_views.xml'],
 | 
						|
    'installable': True,
 | 
						|
    'auto_install': False,
 | 
						|
}
 |