[FIX] website_mail: backport of master fix a54caabbcb

This commit is contained in:
Martin Trigaux 2014-06-10 16:48:19 +02:00
parent eedb831c0d
commit ddaac15f48
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
from openerp.osv import osv, fields
# TODO for trunk, remove me
class MailThread(osv.Model):
class MailThread(osv.AbstractModel):
_inherit = 'mail.thread'
_columns = {