[FIX] mail: _fields['type'].selection is a callable
authorDenis Ledoux <dle@odoo.com>
Fri, 7 Nov 2014 11:34:04 +0000 (12:34 +0100)
committerDenis Ledoux <dle@odoo.com>
Fri, 7 Nov 2014 11:36:10 +0000 (12:36 +0100)
commitc98e5b2d2c6036076cc3952c49e452e38d5ccc93
tree5a3945c11a08b4f8bbf257604a437aa48bdddf44
parenta6745127393ed4c8c2e82072ed92dce5768d64ff
[FIX] mail: _fields['type'].selection is a callable

This revert partially the rev. f2e4a10e1a58c932f9a989e642771f5ae75d756a

  File "/home/odoo/src/odoo/8.0/addons/mail/mail_mail.py", line 76, in default_get
      if context and context.get('default_type') and context.get('default_type') not in self._fields['type'].selection:
      TypeError: argument of type 'function' is not iterable
addons/mail/mail_mail.py