v 10.0 v 11.0 v 12.0 Third Party 4381
Download for v 11.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Employee Directory (hr)
Lines of code 170
Technical Name hr_employee_updation
LicenseAGPL-3
Websitehttps://www.openhrms.com
Versions 10.0 11.0 12.0 13.0 14.0 16.0 15.0 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Employee Directory (hr)
Lines of code 170
Technical Name hr_employee_updation
LicenseAGPL-3
Websitehttps://www.openhrms.com
Versions 10.0 11.0 12.0 13.0 14.0 16.0 15.0 17.0

Open HRMS Employee Info

Added Advance Fields On Employee Master

Cybrosys Technologies
cybrosys technologies

Overview

This module added some advanced features on Employee master. Such as family info, joining date, passport and Id expiry date. This module also sends expiry notification for passport and id to corresponding employees.

Configuration

No additional configuration is required.

Features

Provision for family information.
Provision for joining date and contact info.
Provision for passport and id expiry date and attachments.
Provision for expiry notification for passport and id documents.

Screenshots

Identification ID & Passport ID

Emergency Contact Number

Family Information

Joining Date

Open HRMS

Most advanced open source HR management software

cybrosys technologies

Our Services

Odoo Customization

Odoo Implementation

Odoo Integration

Odoo Support

Hire Odoo Developers

Our Industries

Odoo Industry

Trading

Easily procure and sell your products.

Odoo Industry

Manufacturing

Plan, track and schedule your operations.

Odoo Industry

Restaurant

Run your bar or restaurant methodical.

Odoo Industry

POS

Easy configuring and convivial selling.

Odoo Industry

E-commerce & Website

Mobile friendly, awe-inspiring product pages.

Odoo Industry

Hotel Management

An all-inclusive hotel management application.

Odoo Industry

Education

A Collaborative platform for educational management.

Odoo Industry

Service Management

Keep track of services and invoice accordingly.

Email us Contact Us Request Customization

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
KeyError: 'employee_ref'
by
rony
on 5/20/18, 6:58 AM

Hi, i was getting this error. Can anyone tell me why this is giving error with Fresh odoo-11.00 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 "", 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