4eab34b9d0ec8cd1f7a7264dbbd9089852bffb66
[odoo/odoo.git] / addons / crm_profiling / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "crm_profiling management",
4     "version" : "1.3",
5     "depends" : ["base", "crm"],
6     "author" : "Tiny",
7     "description": """
8     This module allow users to perform segmentation within partners. 
9     It use the profiles criteria from the earlier segmentation module and improve it thanks to the new concept of questionnaire. You can now regroup questions into a questionnaire and directly use it on a partner.
10
11     It also has been merged with the earlier CRM & SRM segmentation tool because they were overlapping. 
12
13     
14     The menu items related are in "CRM & SRM\Configuration\Segmentations\"
15
16
17     * Note: this module is not compatible with the module segmentation, since it's the same which has been renamed.
18     """,
19     "website" : "http://tinyerp.com/",
20     "category" : "Generic Modules/Project & Services",
21     "init_xml" : [],
22     "demo_xml" : ["crm_profiling_demo.xml"],
23     "update_xml" : [
24         "security/ir.model.access.csv",
25         "crm_profiling_view.xml",
26     ],
27     "active": False,
28     "installable": True
29 }
30 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
31