summaryrefslogtreecommitdiff
path: root/ab_openstreetmap/__manifest__.py
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-10 15:47:32 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-10 15:47:32 +0700
commitdf0467f8e493840f3013bc58ca26fc6d98793c95 (patch)
tree05a01e1dee6bf866caaecfb5651f849fcf37cf86 /ab_openstreetmap/__manifest__.py
parent5ca33915f1e3d052cfa989163d43a15dbc9ddec9 (diff)
(andri) add openstreetmaps pada contact
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..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'],
+}