X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fcrm_partner_assign%2F__openerp__.py;h=b816f1c83537679bea849f322d389940f1834c29;hb=fcc8ad4c5f5e5de7ac7ae52d2199017c8b1d870d;hp=5c12261a6a67031993ef6f6e4ddb8dca58bab176;hpb=af1398f88e554489bad46847f40365d55bab0a06;p=odoo%2Fodoo.git diff --git a/addons/crm_partner_assign/__openerp__.py b/addons/crm_partner_assign/__openerp__.py index 5c12261..b816f1c 100644 --- a/addons/crm_partner_assign/__openerp__.py +++ b/addons/crm_partner_assign/__openerp__.py @@ -21,23 +21,42 @@ { - '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: