diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-06-18 11:16:12 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-06-18 11:16:12 +0700 |
| commit | 1a6ad278493ef88e01485d72ebc697b61aec077a (patch) | |
| tree | f0db9f96cea9cd2a3e490d01b2dd1e0020fb0bf3 /ab_openstreetmap/__manifest__.py | |
| parent | 9d7d71f23de6335464d96d2a04ba8b36db620105 (diff) | |
| parent | cca31a5f582e097518701a192d4cda88525fc979 (diff) | |
<hafid> merging & fix tempo
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..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'], +} |
