Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/odoo/api.py", line 753, in get
  3. value = self._data[field][record._ids[0]]
  4. KeyError: 85
  5.  
  6. During handling of the above exception, another exception occurred:
  7.  
  8. Traceback (most recent call last):
  9. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/odoo/fields.py", line 970, in __get__
  10. value = env.cache.get(record, self)
  11. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/odoo/api.py", line 759, in get
  12. raise CacheMiss(record, field)
  13. odoo.exceptions.CacheMiss: ('ir.actions.report(85,).is_py3o_report_not_available', None)
  14.  
  15. During handling of the above exception, another exception occurred:
  16.  
  17. Traceback (most recent call last):
  18. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/odoo/api.py", line 753, in get
  19. value = self._data[field][record._ids[0]]
  20. KeyError: 85
  21.  
  22. During handling of the above exception, another exception occurred:
  23.  
  24. Traceback (most recent call last):
  25. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/odoo/modules/registry.py", line 85, in new
  26. odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  27. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/odoo/modules/loading.py", line 517, in load_modules
  28. model._register_hook()
  29. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/custom/maison-de-la-formation/report_py3o/models/ir_actions_report.py", line 93, in _register_hook
  30. self._validate_reports()
  31. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/custom/maison-de-la-formation/report_py3o/models/ir_actions_report.py", line 104, in _validate_reports
  32. if report.is_py3o_report_not_available:
  33. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/odoo/fields.py", line 997, in __get__
  34. value = env.cache.get(record, self)
  35. File "/media/auto_mounted_partitions/5d26ce11-0ec8-42e2-8811-f27302963988/odoo/odoo13/odoo/odoo/api.py", line 759, in get
  36. raise CacheMiss(record, field)
  37. odoo.exceptions.CacheMiss: ('ir.actions.report(85,).is_py3o_report_not_available', None)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement