Big MESS (UNCOMMIT PLEASE)
[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_bugs_view.xml",
15                     "crm_jobs_view.xml",
16                     "crm_lead_view.xml",
17                     "crm_meeting_view.xml",
18                     "crm_opportunity_view.xml",
19                     "crm_fund_view.xml"
20                  ],
21     "demo_xml" : [
22                     "crm_bugs_data.xml",
23                     "crm_jobs_data.xml",
24                     "crm_meeting_data.xml",
25                     "crm_lead_data.xml",
26                     "crm_opportunity_data.xml"
27                   ],
28     "update_xml" : [
29         "ir.model.access.csv",
30
31                     "crm_bugs_demo.xml",
32                     "crm_jobs_demo.xml",
33                     "crm_lead_demo.xml",
34                     "crm_meeting_demo.xml",
35                     "crm_opportunity_demo.xml",
36                     "crm_report_view.xml"
37                     ],
38     "active": False,
39     "installable": True
40 }
41 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
42