[IMP] : add label for fields

bzr revid: shp@tinyerp.com-20120927073202-aq8toirfcn30macz
This commit is contained in:
pankita shah (Open ERP) 2012-09-27 13:02:02 +05:30
parent dd0a5a851b
commit e2563ef79c
3 changed files with 22 additions and 18 deletions

View File

@ -44,10 +44,13 @@ 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_claim':fields.boolean("Manage Customer Claims",
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 configure your crm_helpdesk"""),
help="""Allows you to processing of Customer claims, and to oral communication with Customer.
This installs the module crm_helpdesk."""),
}

View File

@ -8,18 +8,20 @@
<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 "/>
<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"/>
<label for="id" string="After sales services feature"/>
<div>
<field name="module_crm_claim"/>
</div>
</group>
</div>
<field name="module_crm_claim" class="oe_inline"/>
<label for="module_crm_claim"/>
</div>
<label for="id" string="Manage helpdesk and support" class="oe_inline"/>
<div>
<field name="module_crm_helpdesk" class="oe_inline"/>
<label for="module_crm_helpdesk"/>
</div>
</group>
</div>
<group name="On Mail Client" version="7.0" position="after">
<group>

View File

@ -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',