4b61410cd43c9bde0e47c7c788250c2be3b954b2
[odoo/odoo.git] / addons / crm_configuration / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Customer Relationship Management",
4     "version" : "1.0",
5     "author" : "Tiny",
6     "website" : "http://tinyerp.com/module_crm.html",
7     "category" : "Generic Modules/CRM & SRM",
8     "description": """ The Tiny ERP case and request tracker enables a group of
9                    people to intelligently and efficiently manage tasks, issues,
10                    and requests. It manages key tasks such as communication, 
11                    identification, prioritization, assignment, resolution and notification.""",
12     "depends" : ["crm","report_crm"],
13     "init_xml" : [
14                     "crm_config_view.xml",
15                     "crm_bugs_view.xml",
16                     "crm_jobs_view.xml",
17                     "crm_lead_view.xml",
18                     "crm_meeting_view.xml",
19                     "crm_opportunity_view.xml",
20                     "crm_fund_view.xml"
21                  ],
22     "demo_xml" : [
23 #                    "crm_bugs_data.xml",
24 #                    "crm_jobs_data.xml",
25 #                    "crm_meeting_data.xml",
26 #                    "crm_lead_data.xml",
27 #                    "crm_opportunity_data.xml"
28                   ],
29     "update_xml" : [
30 #                    "crm_bugs_demo.xml",
31 #                    "crm_jobs_demo.xml",
32 #                    "crm_lead_demo.xml",
33 #                    "crm_meeting_demo.xml",
34 #                    "crm_opportunity_demo.xml",
35 #                    "crm_report_view.xml"
36                     ],
37     "active": False,
38     "installable": True
39 }
40 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
41