Pankita Shah(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-shp-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-shp-shp/+merge/126605

hello,

i have improve configuration of crm_claim and crm_helpdesk
.
thanks
shp



-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-shp-shp/+merge/126605
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-shp-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 06:22:40 +0000
@@ -44,6 +44,11 @@
         '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:

=== 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 06:22:40 +0000
@@ -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"/>

=== modified file 'crm_claim/__openerp__.py'
--- crm_claim/__openerp__.py	2012-09-26 12:16:27 +0000
+++ crm_claim/__openerp__.py	2012-09-27 06:22:40 +0000
@@ -25,8 +25,9 @@
     '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.

_______________________________________________
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

Reply via email to