[MERGE] Merged with lp:addons
[odoo/odoo.git] / addons / crm_partner_assign / __openerp__.py
index 5c12261..b816f1c 100644 (file)
 
 
 {
-    'name': 'Partner Geo-Localisation',
+    'name': 'Partner Geo-Localization',
     'version': '1.0',
-    'category': 'Generic Modules/Production',
+    'category': 'Hidden',
+    'complexity': "normal",
     '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'],
+    'demo_xml': [
+        'res_partner_demo.xml',
+    ],
     '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/process/partner_assign.yml',
+        'test/ui/partner_assign_demo.yml'
     ],
     'installable': True,
     'active': False,
     'certificate': '00503409558942442061',
+    'images': ['images/partner_geo_localization.jpeg','images/partner_grade.jpeg'],
 }
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: