[IMP]Added highlight button on wizard
[odoo/odoo.git] / addons / crm_partner_assign / __openerp__.py
index 5557178..f27420e 100644 (file)
 
 
 {
-    'name': 'Partner Geo-Localization',
+    'name': 'Partners Geo-Localization',
     'version': '1.0',
-    'category': 'Hidden',
-    'complexity': "normal",
+    'category': 'Customer Relationship Management',
     'description': """
 This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization.
 ======================================================================================================
@@ -37,7 +36,7 @@ The most appropriate partner can be assigned.
 You can also use the geolocalization without using the GPS coordinates.
     """,
     'author': 'OpenERP SA',
-    'depends': ['crm'],
+    'depends': ['crm', 'account'],
     'demo_xml': [
         'res_partner_demo.xml',
     ],
@@ -53,7 +52,7 @@ You can also use the geolocalization without using the GPS coordinates.
         'test/process/partner_assign.yml',
     ],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '00503409558942442061',
     'images': ['images/partner_geo_localization.jpeg','images/partner_grade.jpeg'],
 }