[FIX] crm_partner_assign: spellchecking/grammar in module description

bzr revid: odo@openerp.com-20131114183858-2eviwf3ok67aluqc
This commit is contained in:
Olivier Dony 2013-11-14 19:38:58 +01:00
parent ec88c042b2
commit 11e95e525d
1 changed files with 5 additions and 8 deletions

View File

@ -21,20 +21,17 @@
{
'name': 'Partners Geo-Localization',
'name': 'CRM Geolocation',
'version': '1.0',
'category': 'Customer Relationship Management',
'description': """
This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization.
This is the module used by OpenERP SA to redirect customers to its partners, based on geolocation.
======================================================================================================
You can geolocalize your opportunities by using this module.
This modules lets you geolocate Leads, Opportunities and Partners based on their address.
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.
Once the coordinates of the Lead/Opportunity is known, they can be automatically assigned
to an appropriate local partner, based on the distance and the weight that was assigned to the partner.
""",
'author': 'OpenERP SA',
'depends': ['crm', 'account', 'portal'],