[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / addons / google_map / __openerp__.py
index 5c48a93..33e28aa 100644 (file)
 
 
 {
-    'name': 'Google Map',
+    'name': 'Google Maps on Customers',
     'version': '1.0',
-    'category': 'Tools',
-    'complexity': "easy",
-    'category': 'Generic Modules/Others',
+    'category': 'Customer Relationship Management',
     'description': """
 The module adds Google Map field in partner address.
 ====================================================
@@ -36,10 +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_wizard.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: