-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue #4
Comments
Downloaded from github again and getting this error: Error context: During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Model not found: device.users Error context: |
This was a python 3.5 issue, I upgraded pyzk from .6 to ,9 and it was resolved. Currently I'm facing an issue with pulling the time: Odoo Server Error |
Odoo Server Error
Traceback (most recent call last):
File "/odoo-dev/odoo/odoo/http.py", line 654, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/odoo-dev/odoo/odoo/http.py", line 312, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/odoo-dev/odoo/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/odoo-dev/odoo/odoo/http.py", line 696, in dispatch
result = self._call_function(**self.params)
File "/odoo-dev/odoo/odoo/http.py", line 344, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/odoo-dev/odoo/odoo/service/model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
File "/odoo-dev/odoo/odoo/http.py", line 337, in checked_call
result = self.endpoint(*a, **kw)
File "/odoo-dev/odoo/odoo/http.py", line 939, in call
return self.method(*args, **kw)
File "/odoo-dev/odoo/odoo/http.py", line 517, in response_wrap
response = f(*args, **kw)
File "/odoo-dev/odoo/addons/web/controllers/main.py", line 966, in call_button
action = self._call_kw(model, method, args, {})
File "/odoo-dev/odoo/addons/web/controllers/main.py", line 954, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/odoo-dev/odoo/odoo/api.py", line 749, in call_kw
return _call_kw_multi(method, model, args, kwargs)
File "/odoo-dev/odoo/odoo/api.py", line 736, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "", line 2, in button_immediate_install
File "/odoo-dev/odoo/odoo/addons/base/models/ir_module.py", line 71, in check_and_log
return method(self, *args, **kwargs)
File "/odoo-dev/odoo/odoo/addons/base/models/ir_module.py", line 442, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "/odoo-dev/odoo/odoo/addons/base/models/ir_module.py", line 535, in _button_immediate_function
modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "/odoo-dev/odoo/odoo/modules/registry.py", line 86, in new
odoo.modules.load_modules(registry.db, force_demo, status, update_module)
File "/odoo-dev/odoo/odoo/modules/loading.py", line 421, in load_modules
loaded_modules, update_module, models_to_check)
File "/odoo-dev/odoo/odoo/modules/loading.py", line 313, in load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
File "/odoo-dev/odoo/odoo/modules/loading.py", line 222, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package, report=report)
File "/odoo-dev/odoo/odoo/modules/loading.py", line 68, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind, report)
File "/odoo-dev/odoo/odoo/tools/convert.py", line 797, in convert_file
convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
File "/odoo-dev/odoo/odoo/tools/convert.py", line 844, in convert_csv_import
raise Exception(('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))
Exception: Module loading hr_pyzk failed: file hr_pyzk/security/ir.model.access.csv could not be processed:
No matching record found for external id 'model_device_users' in field 'Object'
No matching record found for external id 'model_devices' in field 'Object'
No matching record found for external id 'model_device_attendances' in field 'Object'
No matching record found for external id 'model_combined_attendances' in field 'Object'
No matching record found for external id 'model_user_wizard' in field 'Object'
Missing required value for the field 'Object' (model_id)
Missing required value for the field 'Object' (model_id)
Missing required value for the field 'Object' (model_id)
Missing required value for the field 'Object' (model_id)
Missing required value for the field 'Object' (model_id)
The text was updated successfully, but these errors were encountered: