summaryrefslogtreecommitdiff
path: root/ab_openstreetmap/__manifest__.py
blob: 745e57abdc4a2625e3abfddbf6b3eebfab19fb06 (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/openstreetmap_template.xml'],
    'data': ['views/templates.xml'],
}