[IMP]Added highlight button on wizard
[odoo/odoo.git] / addons / crm_partner_assign / __openerp__.py
index 6f5d0d9..f27420e 100644 (file)
@@ -24,7 +24,6 @@
     'name': 'Partners Geo-Localization',
     'version': '1.0',
     'category': 'Customer Relationship Management',
-    'complexity': "normal",
     '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',
     ],