[FIX] mail: attachments present for first recipient, but not for the others
authorDenis Ledoux <dle@openerp.com>
Mon, 5 May 2014 12:38:52 +0000 (14:38 +0200)
committerDenis Ledoux <dle@openerp.com>
Mon, 5 May 2014 12:38:52 +0000 (14:38 +0200)
commit4f1dbde8d595fc3c977401e364adac3e50c94296
treecff921e6667e24108c89047454870efc047521fc
parentce88158381e6a78af7f343aa58eac49065edc5e3
[FIX] mail: attachments present for first recipient, but not for the others

attachments should be an array and not a generator [x for x in y] instead of (x for x in y)

bzr revid: dle@openerp.com-20140505123852-kjc6z0npiot9c54l
addons/mail/mail_mail.py