This file contains 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
{"jsonrpc": "2.0", "id": null, "error": {"code": 200, "message": "Odoo Server Error", "data": {"name": "odoo.exceptions.AccessError", "debug": "Traceback (most recent call last): | |
File \"/home/philipp/PycharmProjects/odoo13c/odoo/odoo/api.py\", line 745, in get | |
value = self._data[field][record._ids[0]] | |
KeyError: 18 | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File \"/home/philipp/PycharmProjects/odoo13c/odoo/odoo/fields.py\", line 996, in __get__ | |
value = env.cache.get(record, self) |
This file contains 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
# initialization file (not found) |
This file contains 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-01-07 18:32:01,974 - util.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_locale.py'>) failed | |
Traceback (most recent call last): | |
File "/usr/lib/python3/dist-packages/cloudinit/stages.py", line 800, in _run_modules | |
freq=freq) | |
File "/usr/lib/python3/dist-packages/cloudinit/cloud.py", line 54, in run | |
return self._runners.run(name, functor, args, freq, clear_on_fail) | |
File "/usr/lib/python3/dist-packages/cloudinit/helpers.py", line 187, in run | |
results = functor(*args) | |
File "/usr/lib/python3/dist-packages/cloudinit/config/cc_locale.py", line 45, in handle | |
cloud.distro.apply_locale(locale, locale_cfgfile) |