From dd0a5a851be8dabb1d1cc40372357c9ce03f56bc Mon Sep 17 00:00:00 2001 From: "pankita shah (Open ERP)" Date: Thu, 27 Sep 2012 11:44:52 +0530 Subject: [PATCH 1/5] [IMP] configuration of crm_claim,crm_helpdesk bzr revid: shp@tinyerp.com-20120927061452-nsnipb9scdqv3ytq --- addons/crm/res_config.py | 5 +++++ addons/crm/res_config_view.xml | 14 ++++++++++++++ addons/crm_claim/__openerp__.py | 3 ++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/addons/crm/res_config.py b/addons/crm/res_config.py index b1414244403..11e6cddb1a9 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -44,6 +44,11 @@ class crm_configuration(osv.osv_memory): 'group_fund_raising': fields.boolean("Manage Fund Raising", implied_group='crm.group_fund_raising', help="""Allows you to trace and manage your activities for fund raising."""), + 'module_crm_claim':fields.boolean("Manage customers claims", + help="""Allows you to configure your crm_claim"""), + 'module_crm_helpdesk':fields.boolean("Manage helpdesk and support", + help="""Allows you to configure your crm_helpdesk"""), + } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm/res_config_view.xml b/addons/crm/res_config_view.xml index 56d46140d2f..b258faa4a45 100644 --- a/addons/crm/res_config_view.xml +++ b/addons/crm/res_config_view.xml @@ -7,6 +7,20 @@ sale.config.settings +
+ + + +
+ + diff --git a/addons/crm_claim/__openerp__.py b/addons/crm_claim/__openerp__.py index e197e1d4ba2..d077fe44bab 100644 --- a/addons/crm_claim/__openerp__.py +++ b/addons/crm_claim/__openerp__.py @@ -25,12 +25,11 @@ 'version': '1.0', 'category': 'Customer Relationship Management', 'description': """ -Manage Customer Claim Management -================================================================================ -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. +Manage Customer/Suppliers Claims. +================================================================================ +This application allows you to track your customers/suppliers claims and grievances. + """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', From 20d81ad4e27dc507439f3c4e0a6b68d17673a9d4 Mon Sep 17 00:00:00 2001 From: "pankita shah (Open ERP)" Date: Thu, 27 Sep 2012 14:23:26 +0530 Subject: [PATCH 3/5] [IMP] improve help if crm bzr revid: shp@tinyerp.com-20120927085326-ri5y4zlycf65h2wo --- addons/crm/res_config.py | 3 +-- addons/crm_claim/__openerp__.py | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/addons/crm/res_config.py b/addons/crm/res_config.py index 54d523e4238..baae1c3df2e 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -48,8 +48,7 @@ class crm_configuration(osv.osv_memory): help="""Allows you to track your customers/suppliers claims and grievances. This installs the module crm_claim."""), 'module_crm_helpdesk':fields.boolean("Manage helpdesk and support", - help="""Allows you to processing of Customer claims, and to oral communication with Customer. - This installs the module crm_helpdesk."""), + help="""Allows you to process Customer issues , question , and communicate with them. This installs the module crm_helpdesk."""), } diff --git a/addons/crm_claim/__openerp__.py b/addons/crm_claim/__openerp__.py index d077fe44bab..dfc549412d4 100644 --- a/addons/crm_claim/__openerp__.py +++ b/addons/crm_claim/__openerp__.py @@ -26,10 +26,12 @@ 'category': 'Customer Relationship Management', 'description': """ -Manage Customer/Suppliers Claims. +Manage Customer Claims. ================================================================================ This application 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. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', From 8d01d3557bb0a47d83512abd8f27ff4ddef34ca4 Mon Sep 17 00:00:00 2001 From: "Atul Patel (OpenERP)" Date: Thu, 27 Sep 2012 14:41:02 +0530 Subject: [PATCH 4/5] [IMP]: Remove unnecessary space from view. bzr revid: atp@tinyerp.com-20120927091102-h1aze8mva99w2uq7 --- addons/crm/res_config.py | 2 +- addons/crm/res_config_view.xml | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/addons/crm/res_config.py b/addons/crm/res_config.py index baae1c3df2e..096613a93fd 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -48,7 +48,7 @@ class crm_configuration(osv.osv_memory): help="""Allows you to track your customers/suppliers claims and grievances. This installs the module crm_claim."""), 'module_crm_helpdesk':fields.boolean("Manage helpdesk and support", - help="""Allows you to process Customer issues , question , and communicate with them. This installs the module crm_helpdesk."""), + help="""Allows you to communicate with Customer, process Customer query, and provide better help and support. This installs the module crm_helpdesk."""), } diff --git a/addons/crm/res_config_view.xml b/addons/crm/res_config_view.xml index b7f5b76dbaf..a1bf3cf705d 100644 --- a/addons/crm/res_config_view.xml +++ b/addons/crm/res_config_view.xml @@ -7,22 +7,21 @@ sale.config.settings -
- +
+ -
- +