[ADD]: Images: crm, crm_claim

bzr revid: vro@tinyerp.com-20110317094156-mxev83bf0cae52ju
This commit is contained in:
vro 2011-03-17 15:11:56 +05:30
parent 33c691e7cc
commit 1d44b37405
2 changed files with 17 additions and 13 deletions

View File

@ -24,8 +24,11 @@
'name': 'Customer & Supplier Relationship Management',
'version': '1.0',
'category': 'Generic Modules/CRM & SRM',
'description': """The generic OpenERP Customer Relationship Management
system enables a group of people to intelligently and efficiently manage
'description': """
The generic OpenERP Customer Relationship Management.
=====================================================
This system enables a group of people to intelligently and efficiently manage
leads, opportunities, meeting, phonecall etc.
It manages key tasks such as communication, identification, prioritization,
assignment, resolution and notification.
@ -42,13 +45,10 @@ place.
The CRM module has a email gateway for the synchronisation interface
between mails and OpenERP.
Create dashboard for CRM that includes:
* My Leads (list)
* Leads by Stage (graph)
* My Meetings (list)
* Sales Pipeline by Stage (graph)
* My Cases (list)
* Jobs Tracking (graph)
Creates a dashboard for CRM that includes:
* Opportunities by Categories (graph)
* Opportunities by Stage (graph)
* Planned Revenue by Stage and User (graph)
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
@ -132,5 +132,6 @@ Create dashboard for CRM that includes:
'installable': True,
'active': False,
'certificate': '0079056041421',
'images': ['images/crm_dashboard.jpeg','images/leads.jpeg','images/meetings.jpeg','images/opportunities.jpeg','images/outbound_calls.jpeg','images/stages.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,11 +21,13 @@
{
'name': 'Customer & Supplier Relationship Management',
'name': 'Customer & Supplier Claims Management',
'version': '1.0',
'category': 'Generic Modules/CRM & SRM',
'description': """
This modules allows you to track your customers/suppliers claims and flames.
This modules allows you to track your customers/suppliers claims and grievances.
================================================================================
It is fully integrated with the email gateway so that you can create
automatically new claims based on incoming emails.
""",
@ -44,11 +46,12 @@ automatically new claims based on incoming emails.
],
'demo_xml': [
'crm_claim_demo.xml',
],
'test': ['test/test_crm_claim.yml'],
],
'test': ['test/test_crm_claim.yml'],
'installable': True,
'active': False,
'certificate' : '00612027414703404749',
'images': ['images/claim_categories.jpeg','images/claim_stages.jpeg','images/claims.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: