Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- KeyError: 'odoo13db'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/shani/fynarfin/odoo14/odoo14env/lib/python3.8/site-packages/werkzeug/serving.py", line 304, in run_wsgi
- execute(self.server.app)
- File "/home/shani/fynarfin/odoo14/odoo14env/lib/python3.8/site-packages/werkzeug/serving.py", line 292, in execute
- application_iter = app(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/service/server.py", line 440, in app
- return self.app(e, s)
- File "/home/shani/fynarfin/odoo14/odoo/service/wsgi_server.py", line 142, in application
- return application_unproxied(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/service/wsgi_server.py", line 117, in application_unproxied
- result = odoo.http.root(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/http.py", line 1288, in __call__
- return self.dispatch(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/http.py", line 1258, in __call__
- return self.app(environ, start_wrapped)
- File "/home/shani/fynarfin/odoo14/odoo14env/lib/python3.8/site-packages/werkzeug/middleware/shared_data.py", line 220, in __call__
- return self.app(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/http.py", line 1479, in dispatch
- response = self.get_response(httprequest, result, explicit_session)
- File "/home/shani/fynarfin/odoo14/odoo/http.py", line 285, in __exit__
- elif self.registry:
- File "/home/shani/fynarfin/odoo14/odoo/http.py", line 369, in registry
- return odoo.registry(self.db)
- File "/home/shani/fynarfin/odoo14/odoo/__init__.py", line 104, in registry
- return modules.registry.Registry(database_name)
- File "/home/shani/fynarfin/odoo14/odoo/modules/registry.py", line 63, in __new__
- return cls.new(db_name)
- File "/home/shani/fynarfin/odoo14/odoo/modules/registry.py", line 87, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "/home/shani/fynarfin/odoo14/odoo/modules/loading.py", line 544, in load_modules
- model._register_hook()
- File "/home/shani/fynarfin/odoo14/odoo/addons/base/models/res_lang.py", line 88, in _register_hook
- if not self.search_count([]):
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 1632, in search_count
- res = self.search(args, count=True)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 1655, in search
- res = self._search(args, offset=offset, limit=limit, order=order, count=count)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 4506, in _search
- query = self._where_calc(args)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 4228, in _where_calc
- where_clause, where_params = e.to_sql()
- File "/home/shani/fynarfin/odoo14/odoo/osv/expression.py", line 1306, in to_sql
- q, ps = self.__leaf_to_sql(leaf)
- TypeError: _wrapper() missing 2 required positional arguments: 'model' and 'alias' - - -
- 2022-05-05 12:55:26,036 41783 INFO odoo13db odoo.modules.loading: loading 1 modules...
- 2022-05-05 12:55:26,052 41783 INFO odoo13db odoo.modules.loading: 1 modules loaded in 0.02s, 0 queries
- 2022-05-05 12:55:26,056 41783 INFO odoo13db odoo.modules.loading: loading 8 modules...
- 2022-05-05 12:55:26,072 41783 INFO odoo13db odoo.modules.loading: 8 modules loaded in 0.02s, 0 queries
- 2022-05-05 12:55:26,100 41783 INFO odoo13db odoo.modules.loading: Modules loaded.
- 2022-05-05 12:55:26,101 41783 WARNING odoo13db odoo.modules.loading: Transient module states were reset
- 2022-05-05 12:55:26,101 41783 ERROR odoo13db odoo.modules.registry: Failed to load registry
- Traceback (most recent call last):
- File "/home/shani/fynarfin/odoo14/odoo/modules/registry.py", line 61, in __new__
- return cls.registries[db_name]
- File "/home/shani/fynarfin/odoo14/odoo/tools/func.py", line 69, in wrapper
- return func(self, *args, **kwargs)
- File "/home/shani/fynarfin/odoo14/odoo/tools/lru.py", line 44, in __getitem__
- a = self.d[obj].me
- KeyError: 'odoo13db'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/shani/fynarfin/odoo14/odoo/modules/registry.py", line 87, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "/home/shani/fynarfin/odoo14/odoo/modules/loading.py", line 544, in load_modules
- model._register_hook()
- File "/home/shani/fynarfin/odoo14/odoo/addons/base/models/res_lang.py", line 88, in _register_hook
- if not self.search_count([]):
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 1632, in search_count
- res = self.search(args, count=True)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 1655, in search
- res = self._search(args, offset=offset, limit=limit, order=order, count=count)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 4506, in _search
- query = self._where_calc(args)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 4228, in _where_calc
- where_clause, where_params = e.to_sql()
- File "/home/shani/fynarfin/odoo14/odoo/osv/expression.py", line 1306, in to_sql
- q, ps = self.__leaf_to_sql(leaf)
- TypeError: _wrapper() missing 2 required positional arguments: 'model' and 'alias'
- 2022-05-05 12:55:26,104 41783 INFO odoo13db werkzeug: 127.0.0.1 - - [05/May/2022 12:55:26] "POST /web/webclient/version_info HTTP/1.1" 500 - 14 0.007 0.070
- 2022-05-05 12:55:26,110 41783 ERROR odoo13db werkzeug: Error on request:
- Traceback (most recent call last):
- File "/home/shani/fynarfin/odoo14/odoo/modules/registry.py", line 61, in __new__
- return cls.registries[db_name]
- File "/home/shani/fynarfin/odoo14/odoo/tools/func.py", line 69, in wrapper
- return func(self, *args, **kwargs)
- File "/home/shani/fynarfin/odoo14/odoo/tools/lru.py", line 44, in __getitem__
- a = self.d[obj].me
- KeyError: 'odoo13db'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/shani/fynarfin/odoo14/odoo14env/lib/python3.8/site-packages/werkzeug/serving.py", line 304, in run_wsgi
- execute(self.server.app)
- File "/home/shani/fynarfin/odoo14/odoo14env/lib/python3.8/site-packages/werkzeug/serving.py", line 292, in execute
- application_iter = app(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/service/server.py", line 440, in app
- return self.app(e, s)
- File "/home/shani/fynarfin/odoo14/odoo/service/wsgi_server.py", line 142, in application
- return application_unproxied(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/service/wsgi_server.py", line 117, in application_unproxied
- result = odoo.http.root(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/http.py", line 1288, in __call__
- return self.dispatch(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/http.py", line 1258, in __call__
- return self.app(environ, start_wrapped)
- File "/home/shani/fynarfin/odoo14/odoo14env/lib/python3.8/site-packages/werkzeug/middleware/shared_data.py", line 220, in __call__
- return self.app(environ, start_response)
- File "/home/shani/fynarfin/odoo14/odoo/http.py", line 1457, in dispatch
- odoo.registry(db).check_signaling()
- File "/home/shani/fynarfin/odoo14/odoo/__init__.py", line 104, in registry
- return modules.registry.Registry(database_name)
- File "/home/shani/fynarfin/odoo14/odoo/modules/registry.py", line 63, in __new__
- return cls.new(db_name)
- File "/home/shani/fynarfin/odoo14/odoo/modules/registry.py", line 87, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "/home/shani/fynarfin/odoo14/odoo/modules/loading.py", line 544, in load_modules
- model._register_hook()
- File "/home/shani/fynarfin/odoo14/odoo/addons/base/models/res_lang.py", line 88, in _register_hook
- if not self.search_count([]):
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 1632, in search_count
- res = self.search(args, count=True)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 1655, in search
- res = self._search(args, offset=offset, limit=limit, order=order, count=count)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 4506, in _search
- query = self._where_calc(args)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 4228, in _where_calc
- where_clause, where_params = e.to_sql()
- File "/home/shani/fynarfin/odoo14/odoo/osv/expression.py", line 1306, in to_sql
- q, ps = self.__leaf_to_sql(leaf)
- TypeError: _wrapper() missing 2 required positional arguments: 'model' and 'alias' - - -
- 2022-05-05 12:55:29,614 41783 INFO odoo13db odoo.modules.loading: loading 1 modules...
- 2022-05-05 12:55:29,659 41783 INFO odoo13db odoo.modules.loading: 1 modules loaded in 0.04s, 0 queries
- 2022-05-05 12:55:29,668 41783 INFO odoo13db odoo.modules.loading: loading 8 modules...
- 2022-05-05 12:55:29,693 41783 INFO odoo13db odoo.modules.loading: 8 modules loaded in 0.03s, 0 queries
- 2022-05-05 12:55:29,718 41783 INFO odoo13db odoo.modules.loading: Modules loaded.
- 2022-05-05 12:55:29,719 41783 WARNING odoo13db odoo.modules.loading: Transient module states were reset
- 2022-05-05 12:55:29,719 41783 ERROR odoo13db odoo.modules.registry: Failed to load registry
- Traceback (most recent call last):
- File "/home/shani/fynarfin/odoo14/odoo/modules/registry.py", line 61, in __new__
- return cls.registries[db_name]
- File "/home/shani/fynarfin/odoo14/odoo/tools/func.py", line 69, in wrapper
- return func(self, *args, **kwargs)
- File "/home/shani/fynarfin/odoo14/odoo/tools/lru.py", line 44, in __getitem__
- a = self.d[obj].me
- KeyError: 'odoo13db'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/shani/fynarfin/odoo14/odoo/modules/registry.py", line 87, in new
- odoo.modules.load_modules(registry._db, force_demo, status, update_module)
- File "/home/shani/fynarfin/odoo14/odoo/modules/loading.py", line 544, in load_modules
- model._register_hook()
- File "/home/shani/fynarfin/odoo14/odoo/addons/base/models/res_lang.py", line 88, in _register_hook
- if not self.search_count([]):
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 1632, in search_count
- res = self.search(args, count=True)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 1655, in search
- res = self._search(args, offset=offset, limit=limit, order=order, count=count)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 4506, in _search
- query = self._where_calc(args)
- File "/home/shani/fynarfin/odoo14/odoo/models.py", line 4228, in _where_calc
- where_clause, where_params = e.to_sql()
- File "/home/shani/fynarfin/odoo14/odoo/osv/expression.py", line 1306, in to_sql
- q, ps = self.__leaf_to_sql(leaf)
- TypeError: _wrapper() missing 2 required positional arguments: 'model' and 'alias'
Advertisement
Add Comment
Please, Sign In to add comment