Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-configrework3-crm-rename-field-mma into 
lp:~openerp-dev/openobject-addons/trunk-configrework3-crm.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configrework3-crm-rename-field-mma/+merge/71989

Hello,

     Field Name is Renamed

Thanks
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configrework3-crm-rename-field-mma/+merge/71989
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-configrework3-crm.
=== modified file 'crm/crm.py'
--- crm/crm.py	2011-08-03 10:06:02 +0000
+++ crm/crm.py	2011-08-18 07:02:30 +0000
@@ -684,7 +684,7 @@
                         "true, it will allow you to hide the sales team without removing it."),
         'allow_unlink': fields.boolean('Allow Delete', help="Allows to delete non draft cases"),
         'change_responsible': fields.boolean('Change Responsible', help="Thick this box if you want that on escalation, the responsible of this sale team automatically becomes responsible of the lead/opportunity escaladed"),
-        'user_id': fields.many2one('res.users', 'Responsible User'),
+        'user_id': fields.many2one('res.users', 'Team Leader'),
         'member_ids':fields.many2many('res.users', 'sale_member_rel', 'section_id', 'member_id', 'Team Members'),
         'reply_to': fields.char('Reply-To', size=64, help="The email address put in the 'Reply-To' of all emails sent by OpenERP about cases in this sales team"),
         'parent_id': fields.many2one('crm.case.section', 'Parent Team'),

=== modified file 'crm/crm_meeting_menu.xml'
--- crm/crm_meeting_menu.xml	2011-06-01 10:39:49 +0000
+++ crm/crm_meeting_menu.xml	2011-08-18 07:02:30 +0000
@@ -13,7 +13,7 @@
     />
 
     <record model="ir.actions.act_window" id="crm_case_categ_meet_create_partner">
-        <field name="name">Create Partner For Meeting</field>
+        <field name="name">Schedule a Meeting</field>
         <field name="context" eval="{'default_state':'draft'}"/>
     </record>
 

_______________________________________________
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