[REM]: Remove unused space

bzr revid: atp@tinyerp.com-20130725073354-uq3b2r0io1wsbdku
This commit is contained in:
Atul Patel (OpenERP) 2013-07-25 13:03:54 +05:30
parent 4468117ad5
commit 7810f03c56
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ class mail_compose_message(osv.TransientModel):
partner_ids += context.get('default_partner_ids', [])
if context.get('is_private',False) and message_data.author_id : #check message is private then add author also in partner list.
partner_ids += [message_data.author_id.id]
# update the result
result = {
'record_name': message_data.record_name,