Advertisement
Guest User

Untitled

a guest
Feb 17th, 2016
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. openerp.sql_db: Programming error: relation "mail_thread" does not exist
  2. LINE 1: INSERT INTO "mail_thread" ("id") VALUES(nextval('mail_thread...
  3. ^
  4. , in query INSERT INTO "mail_thread" ("id") VALUES(nextval('mail_thread_id_seq')) RETURNING id
  5. 2016-02-17 17:24:49,833 2600 INFO netekmalta openerp.addons.fetchmail.fetchmail: Failed to process mail from imap server chris@netekmalta.com.
  6. Traceback (most recent call last):
  7. File "/opt/odoo/addons/fetchmail/fetchmail.py", line 194, in fetch_mail
  8. context=context)
  9. File "/opt/odoo/openerp/api.py", line 250, in wrapper
  10. return old_api(self, *args, **kwargs)
  11. File "/opt/odoo/openerp/api.py", line 354, in old_api
  12. result = method(recs, *args, **kwargs)
  13. File "/opt/odoo/addons/mail/models/mail_thread.py", line 1194, in message_process
  14. thread_id = self.message_route_process(msg_txt, msg, routes)
  15. File "/opt/odoo/openerp/api.py", line 248, in wrapper
  16. return new_api(self, *args, **kwargs)
  17. File "/opt/odoo/openerp/api.py", line 490, in new_api
  18. result = method(self._model, cr, uid, *args, **old_kwargs)
  19. File "/opt/odoo/addons/mass_mailing/models/mail_thread.py", line 73, in message_route_process
  20. return super(MailThread, self).message_route_process(cr, uid, message, message_dict, routes, context=context)
  21. File "/opt/odoo/openerp/api.py", line 250, in wrapper
  22. return old_api(self, *args, **kwargs)
  23. File "/opt/odoo/openerp/api.py", line 354, in old_api
  24. result = method(recs, *args, **kwargs)
  25. File "/opt/odoo/addons/mail/models/mail_thread.py", line 1119, in message_route_process
  26. thread_id = MessageModel.message_new(message_dict, custom_values)
  27. File "/opt/odoo/openerp/api.py", line 248, in wrapper
  28. return new_api(self, *args, **kwargs)
  29. File "/opt/odoo/addons/mail/models/mail_thread.py", line 1230, in message_new
  30. res = RecordModel.create(data)
  31. File "/opt/odoo/openerp/api.py", line 248, in wrapper
  32. return new_api(self, *args, **kwargs)
  33. File "/opt/odoo/addons/mail/models/mail_thread.py", line 232, in create
  34. thread = super(MailThread, self).create(values)
  35. File "/opt/odoo/openerp/api.py", line 248, in wrapper
  36. return new_api(self, *args, **kwargs)
  37. File "/opt/odoo/openerp/models.py", line 4131, in create
  38. record = self.browse(self._create(old_vals))
  39. File "/opt/odoo/openerp/api.py", line 248, in wrapper
  40. return new_api(self, *args, **kwargs)
  41. File "/opt/odoo/openerp/api.py", line 490, in new_api
  42. result = method(self._model, cr, uid, *args, **old_kwargs)
  43. File "/opt/odoo/openerp/models.py", line 4269, in _create
  44. tuple([u[2] for u in updates if len(u) > 2])
  45. File "/opt/odoo/openerp/sql_db.py", line 139, in wrapper
  46. return f(self, *args, **kwargs)
  47. File "/opt/odoo/openerp/sql_db.py", line 218, in execute
  48. res = self._obj.execute(query, params)
  49. ProgrammingError: relation "mail_thread" does not exist
  50. LINE 1: INSERT INTO "mail_thread" ("id") VALUES(nextval('mail_thread...
  51. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement