Set user ID from email gateway as False

bzr revid: fp@tinyerp.com-e427c319f20230f5d6954ac8ac26f18b0647007a
This commit is contained in:
Fabien Pinckaers 2007-04-13 07:22:38 +00:00
parent eb9a77e470
commit 908d1342f1
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ class email_parser(object):
'section_id': self.section_id,
'email_from': self._decode_header(msg['From']),
'email_cc': self._decode_header(msg['Cc'] or ''),
'canal_id': self.canal_id
'canal_id': self.canal_id,
'user_id': False
}
try:
data.update(self.partner_get(self._decode_header(msg['From'])))