summaryrefslogtreecommitdiff
path: root/ab_openstreetmap/__manifest__.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-07-28 15:09:55 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-07-28 15:09:55 +0700
commitd15ce4e186e2b77f01e8dfd03886298cc733d4c1 (patch)
tree1b32a4c29c4fcea85070fcecb5b77a7d55d30029 /ab_openstreetmap/__manifest__.py
parentdeba962d7368a5c4e30441b5a640102608e3dde6 (diff)
parent36a53535dbdc5777266fd9276b4c557259dab6be (diff)
<hafid> merging odoo-backup
Diffstat (limited to 'ab_openstreetmap/__manifest__.py')
-rw-r--r--ab_openstreetmap/__manifest__.py17
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..9d76c34c
--- /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/googlemap_template.xml'],
+ 'data': ['views/templates.xml'],
+}