[FIX] mail: default value for email_reply_to variable (merge messup)

bzr revid: chs@openerp.com-20130614094439-iqji8aimvaf4x5t6
This commit is contained in:
Christophe Simonis 2013-06-14 11:44:39 +02:00
parent aa133b4d29
commit 1ae74e8907
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class mail_mail(osv.Model):
if values.get('reply_to'):
return values.get('reply_to')
format_name = True # whether to use a 'Followers of Pigs <pigs@openerp.com' format
email_reply_to = None
ir_config_parameter = self.pool.get("ir.config_parameter")
catchall_domain = ir_config_parameter.get_param(cr, uid, "mail.catchall.domain", context=context)