Skip to Content
Menu
This question has been flagged
3 Replies
4358 Views

Hi,

When I was installing this module in my machine, https://www.odoo.com/apps/modules/11.0/hr_employee_updation/ , I was always getting the same error and I could not install it.


Can anyone hep me what is the issue with it? What is wrong, I was install in a fresh odoo-11 that I have grabbed from github and then downloaded this module from the above link.


Thanks in advance.


Thanks

Rony


Error Log: ............................



2018-05-19 21:06:43,283 3989 ERROR demo_hrms odoo.modules.registry: Failed to load registry

Traceback (most recent call last):

  File "/opt/odoo/odoo/modules/registry.py", line 85, in new

    odoo.modules.load_modules(registry._db, force_demo, status, update_module)

  File "/opt/odoo/odoo/modules/loading.py", line 343, in load_modules

    loaded_modules, update_module)

  File "/opt/odoo/odoo/modules/loading.py", line 242, in load_marked_modules

    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)

  File "/opt/odoo/odoo/modules/loading.py", line 134, in load_module_graph

    registry.setup_models(cr)

  File "/opt/odoo/odoo/modules/registry.py", line 279, in setup_models

    model._setup_fields()

  File "/opt/odoo/odoo/models.py", line 2425, in _setup_fields

    field.setup_full(self)

  File "/opt/odoo/odoo/fields.py", line 471, in setup_full

    self._setup_related_full(model)

  File "/opt/odoo/odoo/fields.py", line 508, in _setup_related_full

    field = target._fields[name]

KeyError: 'employee_ref'

2018-05-19 21:06:43,284 3989 ERROR demo_hrms odoo.http: Exception during JSON request handling.

Traceback (most recent call last):

  File "/opt/odoo/odoo/http.py", line 650, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/opt/odoo/odoo/http.py", line 310, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/opt/odoo/odoo/tools/pycompat.py", line 87, in reraise

    raise value

  File "/opt/odoo/odoo/http.py", line 692, in dispatch

    result = self._call_function(**self.params)

  File "/opt/odoo/odoo/http.py", line 342, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/opt/odoo/odoo/service/model.py", line 97, in wrapper

    return f(dbname, *args, **kwargs)

  File "/opt/odoo/odoo/http.py", line 335, in checked_call

    result = self.endpoint(*a, **kw)

  File "/opt/odoo/odoo/http.py", line 936, in __call__

    return self.method(*args, **kw)

  File "/opt/odoo/odoo/http.py", line 515, in response_wrap

    response = f(*args, **kw)

  File "/opt/odoo/addons/web/controllers/main.py", line 935, in call_button

    action = self._call_kw(model, method, args, {})

  File "/opt/odoo/addons/web/controllers/main.py", line 923, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/opt/odoo/odoo/api.py", line 689, in call_kw

    return call_kw_multi(method, model, args, kwargs)

  File "/opt/odoo/odoo/api.py", line 680, in call_kw_multi

    result = method(recs, *args, **kwargs)

  File "<decorator-gen-40>", line 2, in button_immediate_install

  File "/opt/odoo/odoo/addons/base/module/module.py", line 71, in check_and_log

    return method(self, *args, **kwargs)

  File "/opt/odoo/odoo/addons/base/module/module.py", line 448, in button_immediate_install

    return self._button_immediate_function(type(self).button_install)

  File "/opt/odoo/odoo/addons/base/module/module.py", line 541, in _button_immediate_function

    modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "/opt/odoo/odoo/modules/registry.py", line 85, in new

    odoo.modules.load_modules(registry._db, force_demo, status, update_module)

  File "/opt/odoo/odoo/modules/loading.py", line 343, in load_modules

    loaded_modules, update_module)

  File "/opt/odoo/odoo/modules/loading.py", line 242, in load_marked_modules

    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)

  File "/opt/odoo/odoo/modules/loading.py", line 134, in load_module_graph

    registry.setup_models(cr)

  File "/opt/odoo/odoo/modules/registry.py", line 279, in setup_models

    model._setup_fields()

  File "/opt/odoo/odoo/models.py", line 2425, in _setup_fields

    field.setup_full(self)

  File "/opt/odoo/odoo/fields.py", line 471, in setup_full

    self._setup_related_full(model)

  File "/opt/odoo/odoo/fields.py", line 508, in _setup_related_full

    field = target._fields[name]

KeyError: 'employee_ref'

2018-05-19 21:06:43,287 39

Avatar
Discard
Author Best Answer

@kevin 

Thanks for your response. I did it ...but I don't know what's wrong. Giving me this error. Are you able to install it in your end?

@Hilar, I am not finding others fault, I am trying to understand what might cause it in my end. And forum is always a place for open discussion, and why contributor will give answers? That is free module, I am sure they won't spend time for it.


Please let me if anyone can give me any clue.


Thanks





Avatar
Discard

I'm able to install it in server (Both personal and professional). Try installing it in a different database(fresh one)

Author

Same... just dropped the DB and then restarted the server, then tried to re-install, but it's same. No luck. Can you please help me ? I am using Ubuntu 16.04 LTS.

Best Answer

couldn't reproduce your error. Make sure that you have the latest and the correct versions of odoo 11 (try nightly server) and the addon properly installed and configured.

Avatar
Discard
Best Answer

You should contact the author of the addon,  and this is not the place to discuss someone's faults, especially this is a custom addon and you can directly contact them. We can give full support on Odoo SA addons.

Avatar
Discard