summaryrefslogtreecommitdiff
path: root/ab_openstreetmap/__manifest__.py
blob: 9d76c34ca0de9ae095b32667b4a12e8055fa8340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    'name': "Openstreetmap Widget",
    'summary': """
       Openstreetmap Widget
    """,
    'description': """
        Show Openstreetmap in Form View
        Required for works add a lat long field to the model
    """,
    'author': "PT. ISMATA NUSANTARA ABADI",
    'website': "http://www.ismata.co.id",
    'category': 'Uncategorized',
    'version': '0.1',
    'depends': ['base'],
    "qweb": ['static/src/xml/googlemap_template.xml'],
    'data': ['views/templates.xml'],
}