~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to crm_configuration/__terp__.py

  • Committer: Mustufa Rangwala
  • Date: 2008-06-11 07:23:21 UTC
  • Revision ID: mra@tinyerp.com-1f024e3ce89987454b17eeada86984fede80dbad
* it defines access rules on crm object
        - some groups only can see the confidential info..
        - it defines some rules on created groups

* based on crm module

Show diffs side-by-side

added added

removed removed

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