[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / addons / google_map / __openerp__.py
index 5283ba9..33e28aa 100644 (file)
 
 
 {
-    'name': 'Google Map',
+    'name': 'Google Maps on Customers',
     'version': '1.0',
-    'category': 'Generic Modules/Others',
-    'description': """The module adds google map field in partner address
-so that we can directly open google map from the
-url widget.""",
+    'category': 'Customer Relationship Management',
+    'description': """
+The module adds Google Map field in partner address.
+====================================================
+
+Using this you can directly open Google Map from the URL widget.""",
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
+    '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: