diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-17 08:11:32 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-17 08:11:32 +0700 |
| commit | a2a003a86379fab81b2df36cff5022e1d22a589d (patch) | |
| tree | 72cb451d0793837d785b74beb79cfe5df000bfc4 /ab_openstreetmap/__manifest__.py | |
| parent | abd7da741c6eec02dbefa195b91dbedd70b3323e (diff) | |
| parent | a8460239603b7a73a185fec394b0f95ab0247207 (diff) | |
<miqdad> merge odoo-backup
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'], +} |
