[FIX] crm_partner_assign: fixed regression
[odoo/odoo.git] / addons / crm_partner_assign / __openerp__.py
index 3068bf2..a00434e 100644 (file)
 
 
 {
-    'name': 'Partner Geo-Localisation',
+    'name': 'Partner Geo-Localization',
     'version': '1.0',
-    'category': 'Generic Modules/Production',
+    'category': 'Sales',
     'description': """
-This is the module used by OpenERP SA to redirect customers to his partners,
-based on geolocalization.
+This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization.
+======================================================================================================
+
+You can geolocalize your opportunities by using this module.
+
+Use geolocalization when assigning opportunities to partners.
+Determine the GPS coordinates according to the address of the partner.
+The most appropriate partner can be assigned.
+You can also use the geolocalization without using the GPS coordinates.
     """,
     'author': 'OpenERP SA',
     'depends': ['crm'],
     'update_xml': [
+        'security/ir.model.access.csv',
         'res_partner_view.xml',
         'wizard/crm_forward_to_partner_view.xml',
         'crm_lead_view.xml',
         'report/crm_lead_report_view.xml',
+        'report/crm_partner_report_view.xml',
     ],
+    'test': ['test/test_crm_partner_assign.yml'],
     'installable': True,
     'active': False,
-    'certificate': False,
+    'certificate': '00503409558942442061',
+    'images': ['images/partner_geo_localization.jpeg','images/partner_grade.jpeg'],
 }