Advertisement
Guest User

odoo 9 run to error on incoming mail processing

a guest
Oct 21st, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. 2015-10-21 16:37:49,722 14422 INFO db90 openerp.addons.fetchmail.fetchmail: Failed to process mail from pop server e-mails.
  2. Traceback (most recent call last):
  3. File "/odoo9/local/lib/python2.7/site-packages/odoo-9.0-py2.7.egg/openerp/addons/fetchmail/fetchmail.py", line 225, in fetch_mail
  4. context=context)
  5. File "/odoo9/local/lib/python2.7/site-packages/odoo-9.0-py2.7.egg/openerp/api.py", line 223, in wrapper
  6. return old_api(self, *args, **kwargs)
  7. File "/odoo9/local/lib/python2.7/site-packages/odoo-9.0-py2.7.egg/openerp/api.py", line 318, in old_api
  8. result = method(recs, *args, **kwargs)
  9. File "/odoo9/local/lib/python2.7/site-packages/odoo-9.0-py2.7.egg/openerp/addons/mail/models/mail_thread.py", line 1155, in message_process
  10. routes = self.message_route(msg_txt, msg, model, thread_id, custom_values)
  11. File "/odoo9/local/lib/python2.7/site-packages/odoo-9.0-py2.7.egg/openerp/api.py", line 221, in wrapper
  12. return new_api(self, *args, **kwargs)
  13. File "/odoo9/local/lib/python2.7/site-packages/odoo-9.0-py2.7.egg/openerp/addons/mail/models/mail_thread.py", line 1045, in message_route
  14. update_author=True, assert_model=True)
  15. File "/odoo9/local/lib/python2.7/site-packages/odoo-9.0-py2.7.egg/openerp/api.py", line 221, in wrapper
  16. return new_api(self, *args, **kwargs)
  17. File "/odoo9/local/lib/python2.7/site-packages/odoo-9.0-py2.7.egg/openerp/addons/mail/models/mail_thread.py", line 796, in message_route_verify
  18. raise ValueError('Routing: posting a message without model should be with a parent_id (private mesage).')
  19. ValueError: Routing: posting a message without model should be with a parent_id (private mesage).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement