Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- KeyError: 'mydb'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 86, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "F:\odoo12\odoo\odoo\modules\loading.py", line 430, in load_modules
- registry.setup_models(cr)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 275, in setup_models
- model._setup_fields()
- File "F:\odoo12\odoo\odoo\models.py", line 2656, in _setup_fields
- field.setup_full(self)
- File "F:\odoo12\odoo\odoo\fields.py", line 518, in setup_full
- self._setup_regular_full(model)
- File "F:\odoo12\odoo\odoo\fields.py", line 2494, in _setup_regular_full
- invf = comodel._fields[self.inverse_name]
- KeyError: 'advice_id'
- 2021-06-03 13:33:08,852 7592 INFO mydb werkzeug: 127.0.0.1 - - [03/Jun/2021 13:33:08] "POST /longpolling/poll HTTP/1.1" 500 - 12 0.010 0.384
- 2021-06-03 13:33:08,865 7592 ERROR mydb werkzeug: Error on request:
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 60, in __new__
- return cls.registries[db_name]
- File "F:\odoo12\odoo\odoo\tools\func.py", line 69, in wrapper
- return func(self, *args, **kwargs)
- File "F:\odoo12\odoo\odoo\tools\lru.py", line 44, in __getitem__
- a = self.d[obj].me
- KeyError: 'mydb'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odooenv\lib\site-packages\werkzeug\serving.py", line 304, in run_wsgi
- execute(self.server.app)
- File "F:\odoo12\odoo\odooenv\lib\site-packages\werkzeug\serving.py", line 292, in execute
- application_iter = app(environ, start_response)
- File "F:\odoo12\odoo\odoo\service\server.py", line 434, in app
- return self.app(e, s)
- File "F:\odoo12\odoo\odoo\service\wsgi_server.py", line 142, in application
- return application_unproxied(environ, start_response)
- File "F:\odoo12\odoo\odoo\service\wsgi_server.py", line 117, in application_unproxied
- result = odoo.http.root(environ, start_response)
- File "F:\odoo12\odoo\odoo\http.py", line 1320, in __call__
- return self.dispatch(environ, start_response)
- File "F:\odoo12\odoo\odoo\http.py", line 1293, in __call__
- return self.app(environ, start_wrapped)
- File "F:\odoo12\odoo\odooenv\lib\site-packages\werkzeug\middleware\shared_data.py", line 220, in __call__
- return self.app(environ, start_response)
- File "F:\odoo12\odoo\odoo\http.py", line 1471, in dispatch
- odoo.registry(db).check_signaling()
- File "F:\odoo12\odoo\odoo\__init__.py", line 117, in registry
- return modules.registry.Registry(database_name)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 62, in __new__
- return cls.new(db_name)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 86, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "F:\odoo12\odoo\odoo\modules\loading.py", line 430, in load_modules
- registry.setup_models(cr)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 275, in setup_models
- model._setup_fields()
- File "F:\odoo12\odoo\odoo\models.py", line 2656, in _setup_fields
- field.setup_full(self)
- File "F:\odoo12\odoo\odoo\fields.py", line 518, in setup_full
- self._setup_regular_full(model)
- File "F:\odoo12\odoo\odoo\fields.py", line 2494, in _setup_regular_full
- invf = comodel._fields[self.inverse_name]
- KeyError: 'advice_id' - - -
- 2021-06-03 13:33:11,578 7592 INFO mydb odoo.modules.loading: loading 1 modules...
- 2021-06-03 13:33:11,588 7592 INFO mydb odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries
- 2021-06-03 13:33:11,686 7592 INFO mydb odoo.modules.loading: loading 93 modules...
- 2021-06-03 13:33:11,768 7592 WARNING mydb odoo.models: The model keychain.account has no _description
- 2021-06-03 13:33:11,769 7592 WARNING mydb odoo.models: The model keychain.backend has no _description
- 2021-06-03 13:33:11,787 7592 WARNING mydb odoo.models: The model keychain.account has no _description
- 2021-06-03 13:33:11,788 7592 WARNING mydb odoo.models: The model keychain.backend has no _description
- 2021-06-03 13:33:11,816 7592 WARNING mydb odoo.models: The model keychain.account has no _description
- 2021-06-03 13:33:11,816 7592 WARNING mydb odoo.models: The model keychain.backend has no _description
- 2021-06-03 13:33:11,826 7592 WARNING mydb odoo.models: The model sms.account has no _description
- 2021-06-03 13:33:11,827 7592 WARNING mydb odoo.models: The model sms.number has no _description
- 2021-06-03 13:33:11,828 7592 WARNING mydb odoo.models: The model sms.message has no _description
- 2021-06-03 13:33:11,830 7592 WARNING mydb odoo.models: The model sms.gateway has no _description
- 2021-06-03 13:33:11,830 7592 WARNING mydb odoo.models: The model sms.compose has no _description
- 2021-06-03 13:33:11,830 7592 WARNING mydb odoo.models: The model sms.template has no _description
- 2021-06-03 13:33:11,831 7592 WARNING mydb odoo.models: The model sms.account has no _description
- 2021-06-03 13:33:11,855 7592 WARNING mydb odoo.models: The model keychain.account has no _description
- 2021-06-03 13:33:11,855 7592 WARNING mydb odoo.models: The model keychain.backend has no _description
- 2021-06-03 13:33:11,859 7592 WARNING mydb odoo.models: The model sms.account has no _description
- 2021-06-03 13:33:11,860 7592 WARNING mydb odoo.models: The model sms.number has no _description
- 2021-06-03 13:33:11,862 7592 WARNING mydb odoo.models: The model sms.message has no _description
- 2021-06-03 13:33:11,868 7592 WARNING mydb odoo.models: The model sms.gateway has no _description
- 2021-06-03 13:33:11,868 7592 WARNING mydb odoo.models: The model sms.compose has no _description
- 2021-06-03 13:33:11,869 7592 WARNING mydb odoo.models: The model sms.template has no _description
- 2021-06-03 13:33:11,881 7592 WARNING mydb odoo.models: The model openg2p.disbursement.exception.rule has no _description
- 2021-06-03 13:33:11,888 7592 WARNING mydb odoo.models: The model report.openg2p_disbursement_reconciliation.report_reconcile has no _description
- 2021-06-03 13:33:11,892 7592 INFO mydb odoo.modules.loading: 93 modules loaded in 0.20s, 0 queries
- 2021-06-03 13:33:11,970 7592 WARNING mydb odoo.modules.loading: Transient module states were reset
- 2021-06-03 13:33:11,971 7592 ERROR mydb odoo.modules.registry: Failed to load registry
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 60, in __new__
- return cls.registries[db_name]
- File "F:\odoo12\odoo\odoo\tools\func.py", line 69, in wrapper
- return func(self, *args, **kwargs)
- File "F:\odoo12\odoo\odoo\tools\lru.py", line 44, in __getitem__
- a = self.d[obj].me
- KeyError: 'mydb'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 86, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "F:\odoo12\odoo\odoo\modules\loading.py", line 430, in load_modules
- registry.setup_models(cr)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 275, in setup_models
- model._setup_fields()
- File "F:\odoo12\odoo\odoo\models.py", line 2656, in _setup_fields
- field.setup_full(self)
- File "F:\odoo12\odoo\odoo\fields.py", line 518, in setup_full
- self._setup_regular_full(model)
- File "F:\odoo12\odoo\odoo\fields.py", line 2494, in _setup_regular_full
- invf = comodel._fields[self.inverse_name]
- KeyError: 'advice_id'
- 2021-06-03 13:33:11,975 7592 INFO mydb werkzeug: 127.0.0.1 - - [03/Jun/2021 13:33:11] "GET / HTTP/1.1" 500 - 12 0.004 0.400
- 2021-06-03 13:33:11,986 7592 ERROR mydb werkzeug: Error on request:
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 60, in __new__
- return cls.registries[db_name]
- File "F:\odoo12\odoo\odoo\tools\func.py", line 69, in wrapper
- return func(self, *args, **kwargs)
- File "F:\odoo12\odoo\odoo\tools\lru.py", line 44, in __getitem__
- a = self.d[obj].me
- KeyError: 'mydb'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odooenv\lib\site-packages\werkzeug\serving.py", line 304, in run_wsgi
- execute(self.server.app)
- File "F:\odoo12\odoo\odooenv\lib\site-packages\werkzeug\serving.py", line 292, in execute
- application_iter = app(environ, start_response)
- File "F:\odoo12\odoo\odoo\service\server.py", line 434, in app
- return self.app(e, s)
- File "F:\odoo12\odoo\odoo\service\wsgi_server.py", line 142, in application
- return application_unproxied(environ, start_response)
- File "F:\odoo12\odoo\odoo\service\wsgi_server.py", line 117, in application_unproxied
- result = odoo.http.root(environ, start_response)
- File "F:\odoo12\odoo\odoo\http.py", line 1320, in __call__
- return self.dispatch(environ, start_response)
- File "F:\odoo12\odoo\odoo\http.py", line 1293, in __call__
- return self.app(environ, start_wrapped)
- File "F:\odoo12\odoo\odooenv\lib\site-packages\werkzeug\middleware\shared_data.py", line 220, in __call__
- return self.app(environ, start_response)
- File "F:\odoo12\odoo\odoo\http.py", line 1471, in dispatch
- odoo.registry(db).check_signaling()
- File "F:\odoo12\odoo\odoo\__init__.py", line 117, in registry
- return modules.registry.Registry(database_name)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 62, in __new__
- return cls.new(db_name)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 86, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "F:\odoo12\odoo\odoo\modules\loading.py", line 430, in load_modules
- registry.setup_models(cr)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 275, in setup_models
- model._setup_fields()
- File "F:\odoo12\odoo\odoo\models.py", line 2656, in _setup_fields
- field.setup_full(self)
- File "F:\odoo12\odoo\odoo\fields.py", line 518, in setup_full
- self._setup_regular_full(model)
- File "F:\odoo12\odoo\odoo\fields.py", line 2494, in _setup_regular_full
- invf = comodel._fields[self.inverse_name]
- KeyError: 'advice_id' - - -
- 2021-06-03 13:33:12,492 7592 INFO mydb odoo.modules.loading: loading 1 modules...
- 2021-06-03 13:33:12,506 7592 INFO mydb odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries
- 2021-06-03 13:33:12,615 7592 INFO mydb odoo.modules.loading: loading 93 modules...
- 2021-06-03 13:33:12,697 7592 WARNING mydb odoo.models: The model keychain.account has no _description
- 2021-06-03 13:33:12,697 7592 WARNING mydb odoo.models: The model keychain.backend has no _description
- 2021-06-03 13:33:12,714 7592 WARNING mydb odoo.models: The model keychain.account has no _description
- 2021-06-03 13:33:12,715 7592 WARNING mydb odoo.models: The model keychain.backend has no _description
- 2021-06-03 13:33:12,743 7592 WARNING mydb odoo.models: The model keychain.account has no _description
- 2021-06-03 13:33:12,744 7592 WARNING mydb odoo.models: The model keychain.backend has no _description
- 2021-06-03 13:33:12,753 7592 WARNING mydb odoo.models: The model sms.account has no _description
- 2021-06-03 13:33:12,753 7592 WARNING mydb odoo.models: The model sms.number has no _description
- 2021-06-03 13:33:12,753 7592 WARNING mydb odoo.models: The model sms.message has no _description
- 2021-06-03 13:33:12,754 7592 WARNING mydb odoo.models: The model sms.gateway has no _description
- 2021-06-03 13:33:12,754 7592 WARNING mydb odoo.models: The model sms.compose has no _description
- 2021-06-03 13:33:12,755 7592 WARNING mydb odoo.models: The model sms.template has no _description
- 2021-06-03 13:33:12,755 7592 WARNING mydb odoo.models: The model sms.account has no _description
- 2021-06-03 13:33:12,770 7592 WARNING mydb odoo.models: The model keychain.account has no _description
- 2021-06-03 13:33:12,770 7592 WARNING mydb odoo.models: The model keychain.backend has no _description
- 2021-06-03 13:33:12,770 7592 WARNING mydb odoo.models: The model sms.account has no _description
- 2021-06-03 13:33:12,770 7592 WARNING mydb odoo.models: The model sms.number has no _description
- 2021-06-03 13:33:12,770 7592 WARNING mydb odoo.models: The model sms.message has no _description
- 2021-06-03 13:33:12,770 7592 WARNING mydb odoo.models: The model sms.gateway has no _description
- 2021-06-03 13:33:12,770 7592 WARNING mydb odoo.models: The model sms.compose has no _description
- 2021-06-03 13:33:12,770 7592 WARNING mydb odoo.models: The model sms.template has no _description
- 2021-06-03 13:33:12,786 7592 WARNING mydb odoo.models: The model openg2p.disbursement.exception.rule has no _description
- 2021-06-03 13:33:12,786 7592 WARNING mydb odoo.models: The model report.openg2p_disbursement_reconciliation.report_reconcile has no _description
- 2021-06-03 13:33:12,786 7592 INFO mydb odoo.modules.loading: 93 modules loaded in 0.17s, 0 queries
- 2021-06-03 13:33:12,848 7592 WARNING mydb odoo.modules.loading: Transient module states were reset
- 2021-06-03 13:33:12,848 7592 ERROR mydb odoo.modules.registry: Failed to load registry
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 60, in __new__
- return cls.registries[db_name]
- File "F:\odoo12\odoo\odoo\tools\func.py", line 69, in wrapper
- return func(self, *args, **kwargs)
- File "F:\odoo12\odoo\odoo\tools\lru.py", line 44, in __getitem__
- a = self.d[obj].me
- KeyError: 'mydb'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 86, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "F:\odoo12\odoo\odoo\modules\loading.py", line 430, in load_modules
- registry.setup_models(cr)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 275, in setup_models
- model._setup_fields()
- File "F:\odoo12\odoo\odoo\models.py", line 2656, in _setup_fields
- field.setup_full(self)
- File "F:\odoo12\odoo\odoo\fields.py", line 518, in setup_full
- self._setup_regular_full(model)
- File "F:\odoo12\odoo\odoo\fields.py", line 2494, in _setup_regular_full
- invf = comodel._fields[self.inverse_name]
- KeyError: 'advice_id'
- 2021-06-03 13:33:12,864 7592 INFO mydb werkzeug: 127.0.0.1 - - [03/Jun/2021 13:33:12] "GET /favicon.ico HTTP/1.1" 500 - 12 0.005 0.375
- 2021-06-03 13:33:12,864 7592 ERROR mydb werkzeug: Error on request:
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 60, in __new__
- return cls.registries[db_name]
- File "F:\odoo12\odoo\odoo\tools\func.py", line 69, in wrapper
- return func(self, *args, **kwargs)
- File "F:\odoo12\odoo\odoo\tools\lru.py", line 44, in __getitem__
- a = self.d[obj].me
- KeyError: 'mydb'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "F:\odoo12\odoo\odooenv\lib\site-packages\werkzeug\serving.py", line 304, in run_wsgi
- execute(self.server.app)
- File "F:\odoo12\odoo\odooenv\lib\site-packages\werkzeug\serving.py", line 292, in execute
- application_iter = app(environ, start_response)
- File "F:\odoo12\odoo\odoo\service\server.py", line 434, in app
- return self.app(e, s)
- File "F:\odoo12\odoo\odoo\service\wsgi_server.py", line 142, in application
- return application_unproxied(environ, start_response)
- File "F:\odoo12\odoo\odoo\service\wsgi_server.py", line 117, in application_unproxied
- result = odoo.http.root(environ, start_response)
- File "F:\odoo12\odoo\odoo\http.py", line 1320, in __call__
- return self.dispatch(environ, start_response)
- File "F:\odoo12\odoo\odoo\http.py", line 1293, in __call__
- return self.app(environ, start_wrapped)
- File "F:\odoo12\odoo\odooenv\lib\site-packages\werkzeug\middleware\shared_data.py", line 220, in __call__
- return self.app(environ, start_response)
- File "F:\odoo12\odoo\odoo\http.py", line 1471, in dispatch
- odoo.registry(db).check_signaling()
- File "F:\odoo12\odoo\odoo\__init__.py", line 117, in registry
- return modules.registry.Registry(database_name)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 62, in __new__
- return cls.new(db_name)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 86, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "F:\odoo12\odoo\odoo\modules\loading.py", line 430, in load_modules
- registry.setup_models(cr)
- File "F:\odoo12\odoo\odoo\modules\registry.py", line 275, in setup_models
- model._setup_fields()
- File "F:\odoo12\odoo\odoo\models.py", line 2656, in _setup_fields
- field.setup_full(self)
- File "F:\odoo12\odoo\odoo\fields.py", line 518, in setup_full
- self._setup_regular_full(model)
- File "F:\odoo12\odoo\odoo\fields.py", line 2494, in _setup_regular_full
- invf = comodel._fields[self.inverse_name]
- KeyError: 'advice_id' - - -
Advertisement
Add Comment
Please, Sign In to add comment