[FIX] mail_mail: removed column reply_to, as this column already exists
authorThibault Delavallée <tde@openerp.com>
Wed, 29 May 2013 14:44:41 +0000 (16:44 +0200)
committerThibault Delavallée <tde@openerp.com>
Wed, 29 May 2013 14:44:41 +0000 (16:44 +0200)
commit8b42f9bb1f924fe117c06de5a1cd66220a02cc62
tree681b449d2ec710d4a20bbb1388cc361c467b8f15
parentd4dbd3524ca7e886376d3b4fd79427bdd3e80d34
[FIX] mail_mail: removed column reply_to, as this column already exists
in mail_message. As mail_mail inherits from mail_message, there is no need
to duplicate it. Removing the column should be safe, because reading will
fetch the value from mail_message even if the mail_mail column has been
deleted.

bzr revid: tde@openerp.com-20130529144441-giku7wbwrc3kg5qk
addons/mail/mail_mail.py