[IMP]crm:field name is renamed
authorMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Thu, 18 Aug 2011 06:57:56 +0000 (12:27 +0530)
committerMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Thu, 18 Aug 2011 06:57:56 +0000 (12:27 +0530)
bzr revid: mma@tinyerp.com-20110818065756-kkqu0bqm1u4mz0b5

addons/crm/crm.py
addons/crm/crm_meeting_menu.xml

index f6d3964..a73dffa 100644 (file)
@@ -684,7 +684,7 @@ class crm_case_section(osv.osv):
                         "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'),
index aabd4e8..1aca651 100644 (file)
@@ -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>