Skip to Content
Menu
This question has been flagged
3 Replies
3607 Views

We just became partners and are in the process of migrating to Odoo 9.    I'm have a problem getting the "Create a new record:  Project Issue" to work.   I CAN get it to work when I use my personal email "carlton@inlinetechnology.com" but when I create a Incoming Server and use a generic address like "support@inlinetechnology.com" it DOES NOT work.    The email is "read" as I can tell looking in Outlook, but it does no create a Project Issue.

Any clues?

Avatar
Discard
Author Best Answer

The problem was resolved with a patch to the code.   Specific details are here:

https://github.com/odoo/odoo/commit/870c822ac5759f73bdda2c2f020c6c4564c03924

Avatar
Discard
Best Answer

check the logs which will give you far more details on what's going on 

ie tail -f /var/log/odoo/odoo-server usually.

Avatar
Discard
Author

Additional Details: 2015-11-19 21:58:57,630 6827 INFO odoo9its openerp.addons.fetchmail.fetchmail: start checking for new emails on imap server support@inlinetechnology.com 2015-11-19 21:58:58,157 6827 INFO odoo9its openerp.addons.fetchmail.fetchmail: Failed to process mail from imap server support@inlinetechnology.com. Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/openerp/addons/fetchmail/fetchmail.py", line 194, in fetch_mail context=context) File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 232, in wrapper return old_api(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 327, in old_api result = method(recs, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/addons/mail/models/mail_thread.py", line 1163, in message_process msg = self.message_parse(msg_txt, save_original=save_original) File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 230, in wrapper return new_api(self, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/openerp/addons/mail/models/mail_thread.py", line 1402, in message_parse msg_dict['body'], msg_dict['attachments'] = self._message_extract_payload(message, save_original=save_original) File "/usr/lib/python2.7/dist-packages/openerp/addons/mail/models/mail_thread.py", line 1316, in _message_extract_payload body, attachments = self._message_extract_payload_postprocess(message, body, attachments) File "/usr/lib/python2.7/dist-packages/openerp/addons/mail/models/mail_thread.py", line 1242, in _message_extract_payload_postprocess if 'o_mail_notification' in node.get('class', '') or 'o_mail_notification' in node.get('summary', ''): TypeError: argument of type 'NoneType' is not iterable 2015-11-19 21:58:58,208 6827 INFO odoo9its openerp.addons.fetchmail.fetchmail: Fetched 1 email(s) on imap server support@inlinetechnology.com; 0 succeeded, 1 failed. I'm sending an email from "carlton@inlinetechnology.com" to "support@inlinetechnology.com" and it fails. If I send from an outside account, say "carlton@stageresearch.com" it works.

I think the bug I reported resulted in same error. Its fixed now as above.

Related Posts Replies Views Activity
1
Dec 24
23
2
Nov 24
156
1
Oct 24
183
1
Jun 24
361
2
Jun 24
423