Advertisement
SBUODOO

Untitled

Apr 10th, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. raceback (most recent call last):
  2. File "/home/odoo/src/odoo/13.0/odoo/api.py", line 745, in get
  3. value = self._data[field][record._ids[0]]
  4. KeyError: 2580
  5.  
  6. During handling of the above exception, another exception occurred:
  7.  
  8. Traceback (most recent call last):
  9. File "/home/odoo/src/odoo/13.0/odoo/fields.py", line 996, in __get__
  10. value = env.cache.get(record, self)
  11. File "/home/odoo/src/odoo/13.0/odoo/api.py", line 751, in get
  12. raise CacheMiss(record, field)
  13. odoo.exceptions.CacheMiss: ('blog.blog(2580,).display_name', None)
  14.  
  15. During handling of the above exception, another exception occurred:
  16.  
  17. Traceback (most recent call last):
  18. File "/home/odoo/src/odoo/13.0/odoo/api.py", line 745, in get
  19. value = self._data[field][record._ids[0]]
  20. KeyError: 2580
  21.  
  22. During handling of the above exception, another exception occurred:
  23.  
  24. Traceback (most recent call last):
  25. File "/home/odoo/src/odoo/13.0/odoo/fields.py", line 996, in __get__
  26. value = env.cache.get(record, self)
  27. File "/home/odoo/src/odoo/13.0/odoo/api.py", line 751, in get
  28. raise CacheMiss(record, field)
  29. odoo.exceptions.CacheMiss: ('blog.blog(2580,).name', None)
  30.  
  31. During handling of the above exception, another exception occurred:
  32.  
  33. Traceback (most recent call last):
  34. File "/home/odoo/src/odoo/13.0/addons/http_routing/models/ir_http.py", line 548, in _postprocess_args
  35. _, path = rule.build(arguments)
  36. File "/usr/lib/python3/dist-packages/werkzeug/routing.py", line 809, in build
  37. add(self._converters[data].to_url(values[data]))
  38. File "/home/odoo/src/odoo/13.0/addons/http_routing/models/ir_http.py", line 257, in to_url
  39. return slug(value)
  40. File "/home/odoo/src/odoo/13.0/addons/http_routing/models/ir_http.py", line 93, in slug
  41. identifier, name = value.id, value.display_name
  42. File "/home/odoo/src/odoo/13.0/odoo/fields.py", line 1020, in __get__
  43. self.compute_value(recs)
  44. File "/home/odoo/src/odoo/13.0/odoo/fields.py", line 1105, in compute_value
  45. records._compute_field_value(self)
  46. File "/home/odoo/src/odoo/13.0/odoo/models.py", line 3915, in _compute_field_value
  47. getattr(self, field.compute)()
  48. File "/home/odoo/src/odoo/13.0/odoo/models.py", line 1638, in _compute_display_name
  49. names = dict(self.name_get())
  50. File "/home/odoo/src/odoo/13.0/odoo/models.py", line 1656, in name_get
  51. result.append((record.id, convert(record[name], record)))
  52. File "/home/odoo/src/odoo/13.0/odoo/models.py", line 5610, in __getitem__
  53. return self._fields[key].__get__(self, type(self))
  54. File "/home/odoo/src/odoo/13.0/odoo/fields.py", line 1009, in __get__
  55. _("(Record: %s, User: %s)") % (record, env.uid),
  56. odoo.exceptions.MissingError: ('Record does not exist or has been deleted.\n(Record: blog.blog(2580,), User: 1002029)', None)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement