20 lines
398 B
Python
20 lines
398 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Project Maps',
|
|
'version': '14.0.1.0.3',
|
|
'category': 'Odex25-Project/Odex25-Project',
|
|
'description': """
|
|
Project Maps
|
|
========
|
|
|
|
Added google_map view on your Projects
|
|
""",
|
|
'depends': ['project_base', 'web_google_maps'],
|
|
'website': '',
|
|
'data': [
|
|
'views/project_project_view.xml',
|
|
],
|
|
'demo': [],
|
|
'installable': True
|
|
}
|