~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to crm/__terp__.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Customer & Supplier 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, and requests.
 
9
It manages key tasks such as communication, identification, prioritization,
 
10
assignment, resolution and notification.
 
11
 
 
12
Tiny ERP ensures that all cases are successfly tracked by users, customers and
 
13
suppliers. It can automatically send reminders, escalate the request, trigger
 
14
specific methods and lots of others actions based on your enterprise own rules.
 
15
 
 
16
The greatest thing about this system is that users don't need to do anything
 
17
special. They can just send email to the request tracker. Tiny ERP will take
 
18
care of thanking them for their message, automatically routing it to the
 
19
appropriate staff, and making sure all future correspondence gets to the right
 
20
place.
 
21
 
 
22
The CRM module has a email gateway for the synchronisation interface
 
23
between mails and Tiny ERP.""",
 
24
        "depends" : ["base", "account"],
 
25
        "init_xml" : ["crm_data.xml"],
 
26
        "demo_xml" : ["crm_demo.xml"],
 
27
        "update_xml" : ["crm_view.xml", "crm_report.xml", "crm_wizard.xml"],
 
28
        "active": False,
 
29
        "installable": True
 
30
}