[FIX] email_template : revno of previous method
authorThibault Francois <tfr@openerp.com>
Tue, 4 Jan 2011 10:13:06 +0000 (11:13 +0100)
committerThibault Francois <tfr@openerp.com>
Tue, 4 Jan 2011 10:13:06 +0000 (11:13 +0100)
bzr revid: tfr@openerp.com-20110104101306-1j1wmpjmb6k6e2f0

addons/email_template/email_template_mailbox.py

index f546e5f..7483ade 100644 (file)
@@ -63,6 +63,7 @@ class email_template_mailbox(osv.osv):
         return True
     
     def send_this_mail(self, cr, uid, ids=None, context=None):
+        #previous method to send email (link with email account can be found at the revision 4172 and below
         result = True
         attachment_pool = self.pool.get('ir.attachment')
         for id in (ids or []):