Created
July 20, 2020 02:02
-
-
Save nhomar/5d45dec371af7adf1d6fcd2486a24724 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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