Pankita Shah(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-addons_12_settings_configuration-shp
into lp:openobject-addons.
Requested reviews:
Atul Patel(OpenERP) (atp-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons_12_settings_configuration-shp/+merge/126627
hello,
i have add label for field.
.
thanks
shp
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons_12_settings_configuration-shp/+merge/126627
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-addons_12_settings_configuration-shp.
=== modified file 'crm/res_config.py'
--- crm/res_config.py 2012-09-16 14:45:29 +0000
+++ crm/res_config.py 2012-09-27 08:36:33 +0000
@@ -44,6 +44,14 @@
'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 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 processing of Customer claims, and to oral communication with Customer.
+ This installs the module crm_helpdesk."""),
+
+
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
=== modified file 'crm/res_config_view.xml'
--- crm/res_config_view.xml 2012-09-12 11:24:37 +0000
+++ crm/res_config_view.xml 2012-09-27 08:36:33 +0000
@@ -7,6 +7,22 @@
<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="After sales services feature"/>
+ <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>
<label for="id" string="On Mail Server"/>
=== modified file 'crm_claim/__openerp__.py'
--- crm_claim/__openerp__.py 2012-09-26 12:16:27 +0000
+++ crm_claim/__openerp__.py 2012-09-27 08:36:33 +0000
@@ -25,11 +25,11 @@
'version': '1.0',
'category': 'Customer Relationship Management',
'description': """
-This modules allows you to track your customers/suppliers claims and grievances.
+
+Manage Customer/Suppliers 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',
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp