diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-06-11 07:44:25 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-06-11 07:44:25 +0000 |
| commit | 9c31b4af2a2611fe9338e879eee48957273dbe10 (patch) | |
| tree | 8206e920fe8a3652b891fd9ffdbf2f5fb51312b6 /ab_openstreetmap/__manifest__.py | |
| parent | 1a63fac5f7f4dbb2990e5b1eeb9d7f381f39e908 (diff) | |
| parent | 771cd3b9f5c0a6594b6e276bc47e3599d6c751e4 (diff) | |
Merged in gmaps-biteship (pull request #328)
Gmaps biteship
Diffstat (limited to 'ab_openstreetmap/__manifest__.py')
| -rw-r--r-- | ab_openstreetmap/__manifest__.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ab_openstreetmap/__manifest__.py b/ab_openstreetmap/__manifest__.py new file mode 100644 index 00000000..745e57ab --- /dev/null +++ b/ab_openstreetmap/__manifest__.py @@ -0,0 +1,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'], +} |
