[FIX] typo in a comment

bzr revid: abo@openerp.com-20121205192454-qhge3cef8c6hd070
This commit is contained in:
Antonin Bourguignon 2012-12-05 20:24:54 +01:00
parent 1df211b693
commit 09e2b82331
2 changed files with 2 additions and 2 deletions

View File

@ -765,7 +765,7 @@ class crm_lead(base_stage, format_address, osv.osv):
:param int partner_id: partner to assign if any
:return dict: dictionary organized as followed: {lead_id: partner_assigned_id}
"""
#TODO this is a pure diplucation of the handle_partner_assignation method of crm_phonecall
#TODO this is a duplication of the handle_partner_assignation method of crm_phonecall
partner_ids = {}
for lead in self.browse(cr, uid, ids, context=context):
# If the action is set to 'create' and no partner_id is set, create a new one

View File

@ -181,7 +181,7 @@ class crm_phonecall(base_state, osv.osv):
:param int partner_id: partner to assign if any
:return dict: dictionary organized as followed: {lead_id: partner_assigned_id}
"""
#TODO this is a pure diplucation of the handle_partner_assignation method of crm_lead
#TODO this is a duplication of the handle_partner_assignation method of crm_lead
partner_ids = {}
for call in self.browse(cr, uid, ids, context=context):
# If the action is set to 'create' and no partner_id is set, create a new one