[DOC] mail: cleaned a comment
authorThibault Delavallée <tde@openerp.com>
Tue, 26 Nov 2013 12:16:49 +0000 (13:16 +0100)
committerThibault Delavallée <tde@openerp.com>
Tue, 26 Nov 2013 12:16:49 +0000 (13:16 +0100)
bzr revid: tde@openerp.com-20131126121649-nywrh4hc1mcpwleh

addons/mail/wizard/mail_compose_message.py

index d7d5ae9..833811c 100644 (file)
@@ -306,7 +306,7 @@ class mail_compose_message(osv.TransientModel):
             if mass_mail_mode and wizard.model:
                 email_dict = rendered_values[res_id]
                 mail_values['partner_ids'] += email_dict.pop('partner_ids', [])
-                # process attachments and attachment_ids before sending values to mail_mail.create()
+                # process attachments: should not be encoded before being processed by message_post / mail_mail create
                 attachments = []
                 if email_dict.get('attachments'):
                     for name, enc_cont in email_dict.pop('attachments'):