[IMP] configuration of crm_claim,crm_helpdesk

bzr revid: shp@tinyerp.com-20120927061452-nsnipb9scdqv3ytq
This commit is contained in:
pankita shah (Open ERP) 2012-09-27 11:44:52 +05:30
parent fceb8556df
commit dd0a5a851b
3 changed files with 21 additions and 1 deletions

View File

@ -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:

View File

@ -7,6 +7,20 @@
<field name="model">sale.config.settings</field>
<field name="inherit_id" ref="base_setup.view_sale_config_settings"/>
<field name="arch" type="xml">
<div name="config_sale" position="before">
<separator string=" After-Sale Services "/>
<group>
<label for="id" string="Service Feature"/>
<div>
<field name="module_crm_claim"/>
</div>
<label for="id" string="Manage helpdesk and support"/>
<div>
<field name="module_crm_claim"/>
</div>
</group>
</div>
<group name="On Mail Client" version="7.0" position="after">
<group>
<label for="id" string="On Mail Server"/>

View File

@ -25,8 +25,9 @@
'version': '1.0',
'category': 'Customer Relationship Management',
'description': """
This modules allows you to track your customers/suppliers claims and grievances.
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.