Skip to content

Instantly share code, notes, and snippets.

@nhomar
Created July 20, 2020 02:02
Show Gist options
  • Save nhomar/5d45dec371af7adf1d6fcd2486a24724 to your computer and use it in GitHub Desktop.
Save nhomar/5d45dec371af7adf1d6fcd2486a24724 to your computer and use it in GitHub Desktop.
2020-07-20 02:01:12,704 10573 WARNING absa120 odoo.modules.loading: Transient module states were reset
2020-07-20 02:01:12,707 10573 ERROR absa120 odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
File "/home/keylor/absa/odoo/odoo/api.py", line 1049, in get
value = self._data[key][field][record._ids[0]]
KeyError: 308
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/keylor/absa/odoo/odoo/fields.py", line 1012, in __get__
value = record.env.cache.get(record, self)
File "/home/keylor/absa/odoo/odoo/api.py", line 1051, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: ('ir.module.module(308,).menus_by_module', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/keylor/absa/odoo/odoo/api.py", line 1049, in get
value = self._data[key][field][record._ids[0]]
KeyError: 668
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/keylor/absa/odoo/odoo/fields.py", line 1012, in __get__
value = record.env.cache.get(record, self)
File "/home/keylor/absa/odoo/odoo/api.py", line 1051, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: ('ir.ui.menu(668,).complete_name', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/keylor/absa/odoo/odoo/api.py", line 1049, in get
value = self._data[key][field][record._ids[0]]
KeyError: 668
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/keylor/absa/odoo/odoo/fields.py", line 1012, in __get__
value = record.env.cache.get(record, self)
File "/home/keylor/absa/odoo/odoo/api.py", line 1051, in get
raise CacheMiss(record, field)
odoo.exceptions.CacheMiss: ('ir.ui.menu(668,).parent_id', None)
During handling of the above exception, another exception occurred:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment