[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / addons / google_map / __openerp__.py
index f8001c9..33e28aa 100644 (file)
@@ -23,7 +23,7 @@
 {
     'name': 'Google Maps on Customers',
     'version': '1.0',
-    'category': 'Tools',
+    'category': 'Customer Relationship Management',
     'description': """
 The module adds Google Map field in partner address.
 ====================================================
@@ -34,12 +34,11 @@ Using this you can directly open Google Map from the URL widget.""",
     'images': ['images/google_map.jpeg'],
     'depends': ['base'],
     'init_xml': [],
-    'update_xml': [
-                   'google_map_view.xml',
-                  ],
+    'update_xml': [ ],
     'demo_xml': [],
+    'js': ['static/src/js/google_map.js'],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0029498930765',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: