added views and demo data for claims and phone calls
[odoo/odoo.git] / addons / crm_configuration / __terp__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution   
5 #    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6 #    $Id$
7 #
8 #    This program is free software: you can redistribute it and/or modify
9 #    it under the terms of the GNU General Public License as published by
10 #    the Free Software Foundation, either version 3 of the License, or
11 #    (at your option) any later version.
12 #
13 #    This program is distributed in the hope that it will be useful,
14 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #    GNU General Public License for more details.
17 #
18 #    You should have received a copy of the GNU General Public License
19 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 #
21 ##############################################################################
22 {
23     "name" : "Customer Relationship Management",
24     "version" : "1.0",
25     "author" : "Tiny",
26     "website" : "http://tinyerp.com/module_crm.html",
27     "category" : "Generic Modules/CRM & SRM",
28     "description": """
29 The Tiny ERP case and request tracker enables a group of
30 people to intelligently and efficiently manage tasks, issues,
31 and requests. It manages key tasks such as communication, 
32 identification, prioritization, assignment, resolution and notification.
33
34 This module provide screens like: jobs hiring process, leads, business
35 opportunities, fund raising trackings, support & helpdesk, calendar of
36 meetings, eso.
37 """,
38     "depends" : ["crm","report_crm", "process"],
39     "init_xml" : [
40         "crm_configuration_wizard.xml",
41         "crm_config_view.xml",
42         "crm_bugs_view.xml",
43         "crm_jobs_view.xml",
44         "crm_lead_view.xml",
45         "crm_meeting_view.xml",
46         "crm_opportunity_view.xml",
47         "crm_fund_view.xml",
48         "crm_claims_view.xml",
49         "crm_phonecall_view.xml",
50         "crm_report_view.xml"
51     ],
52     "demo_xml" : [
53 #        "crm_bugs_demo.xml",
54 #        "crm_fund_demo.xml",
55 #        "crm_jobs_demo.xml",
56 #        "crm_meeting_demo.xml",
57 #        "crm_lead_demo.xml",
58 #        "crm_opportunity_demo.xml",
59 #        "crm_claims_demo.xml", 
60 #        "crm_phonecall_demo.xml", 
61    ],
62    "update_xml" : [
63 #         "crm_bugs_data.xml",
64 #         "crm_fund_data.xml",
65 #         "crm_jobs_data.xml",
66 #         "crm_meeting_data.xml",
67 #         "crm_lead_data.xml",
68 #         "crm_bugs_menu.xml",
69 #         "crm_fund_menu.xml",
70 #         "crm_jobs_menu.xml",
71 #         "crm_helpdesk_menu.xml",
72 #         "crm_lead_menu.xml",
73 #         "crm_meeting_menu.xml",
74 #         "crm_opportunity_data.xml",
75 #         "crm_opportunity_menu.xml",
76 #         "crm_claims_data.xml",
77 #         "crm_claims_menu.xml",
78 #         "crm_phonecall_data.xml",
79 #         "crm_phonecall_menu.xml",
80          "security/ir.model.access.csv",
81          "process/crm_configuration_process.xml",
82     ],
83     "active": False,
84     "installable": True
85 }
86 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
87