Skip to Content
Menu
v 17.0 Third Party 13373
Download for v 17.0 Deploy on Odoo.sh Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Attendances (hr_attendance)
Employees (hr)
Recruitment (hr_recruitment)
Time Off (hr_holidays)
Discuss (mail)
Employee Contracts (hr_contract)
Calendar (calendar)
Project (project)
Community Apps Dependencies
Lines of code 14143
Technical Name hrms_dashboard
LicenseLGPL-3
Websitehttps://www.openhrms.com
Versions 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Attendances (hr_attendance)
Employees (hr)
Recruitment (hr_recruitment)
Time Off (hr_holidays)
Discuss (mail)
Employee Contracts (hr_contract)
Calendar (calendar)
Project (project)
Community Apps Dependencies
Lines of code 14143
Technical Name hrms_dashboard
LicenseLGPL-3
Websitehttps://www.openhrms.com
Versions 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0
Community

Open HRMS HR Dashboard

Most Advanced Open-Source HR Management Software.

Key Highlights

Real-time Informations.

Provides all essential tools to deliver real-time information.

Quick access to different resource.

Employees quick access to their timesheet, company contracts and their broad factor for analyzing their leave.

Graph views.

Managers to view employee division by departments from department wise employee graph.

Leave allocation management.

Manager to view leave allocation requests, leaves for the day and month, job applications and finally approval of leaves after verification.

Overview screen.

Shows check in/ check out option, Department wise employees details, Payslips, Timesheet, Contracts, Broad factors, Leaves, Applications Etcetera.

Shows leave, join/resign, attrition rate analysis.

Shows the monthly leave analysis, with department wise with responsive bar and pie chart.

Shows upcoming Events and personal leave.

Shows upcoming Events, Birth days, Announcements and personal leave analysis.

  • Manage all HR related task.
    • Can manage all HR related task in one screen.
  • Realtime information.
    • provides you with all essential tools to deliver real-time informations.
  • Check in and Check out Fecility.
    • Provides you check in and check out facility from dashboard itself.
  • Department wise employee information.
    • provides department wise employee information.
  • Leave analysis.
    • provides daily and monthly leave analysis.
Version 17.0.1|Released on:9th November 2023

Initial Commit

Related Products

Our Services

service-icon

Odoo Customization

service-icon

Odoo Implementation

service-icon

Odoo Support

service-icon

Hire Odoo Developer

service-icon

Odoo Integration

service-icon

Odoo Migration

service-icon

Odoo Consultancy

service-icon

Odoo Implementation

service-icon

Odoo Licensing Consultancy

Our Industries

Trading

Easily procure and sell your products

POS

Easy configuration and convivial experience

Education

A platform for educational management

Manufacturing

Plan, track and schedule your operations

E-commerce & Website

Mobile friendly, awe-inspiring product pages

Service Management

Keep track of services and invoice

Restaurant

Run your bar or restaurant methodically

Hotel Management

An all-inclusive hotel management application

Support

Need Help?

Got questions or need help? Get in touch.

odoo@cybrosys.com
WhatsApp

Say hi to us on WhatsApp!

+91 99456767686

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.
We are getting the below particular error in version 17
by
Justinol Ruso
on 1/7/25, 7:43 PM

RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

  File "/home/Justinol/odoo/odoo-17.0/odoo/http.py", line 1770, in _serve_db

    return service_model.retrying(self._serve_ir_http, self.env)

  File "/home/Justinol/odoo/odoo-17.0/odoo/service/model.py", line 133, in retrying

    result = func()

  File "/home/Justinol/odoo/odoo-17.0/odoo/http.py", line 1797, in _serve_ir_http

    response = self.dispatcher.dispatch(rule.endpoint, args)

  File "/home/Justinol/odoo/odoo-17.0/odoo/http.py", line 2001, in dispatch

    result = self.request.registry['ir.http']._dispatch(endpoint)

  File "/home/Justinol/odoo/odoo-17.0/addons/website/models/ir_http.py", line 235, in _dispatch

    response = super()._dispatch(endpoint)

  File "/home/Justinol/odoo/odoo-17.0/odoo/addons/base/models/ir_http.py", line 222, in _dispatch

    result = endpoint(**request.params)

  File "/home/Justinol/odoo/odoo-17.0/odoo/http.py", line 725, in route_wrapper

    result = endpoint(self, *args, **params_ok)

  File "/home/Justinol/odoo/odoo-17.0/addons/web/controllers/dataset.py", line 24, in call_kw

    return self._call_kw(model, method, args, kwargs)

  File "/home/Justinol/odoo/odoo-17.0/addons/web/controllers/dataset.py", line 20, in _call_kw

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

  File "/home/Justinol/odoo/odoo-17.0/odoo/api.py", line 464, in call_kw

    result = _call_kw_model(method, model, args, kwargs)

  File "/home/Justinol/odoo/odoo-17.0/odoo/api.py", line 435, in _call_kw_model

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

  File "/home/Justinol/odoo/odoo-17.0/ruso/hrms_dashboard/models/hr_employee.py", line 361, in employee_leave_trend

    self.env.cr.execute(sql, (employee[0]['id'],))

IndexError: list index out of range


The above server error caused the following client error:

RPC_ERROR://localhost:8075/web/assets/debug/web.assets_web.js:27811:19)

    at XMLHttpRequest.<anonymous> (http://localhost:8075/web/assets/debug/web.assets_web.js:27859:27)

Re: We are getting the below particular error in version 17
by
Cybrosys Technologies
on 5/14/25, 2:30 AM Author

We have reviewed the module on our end, but we cannot reproduce any issues. To assist you further, could you please share the exact steps or conditions under which the issue occurs? You can email to odoo@cybrosys.com


by
Carlos Alfonzo
on 5/2/25, 11:23 AM

RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1783, in _serve_db

    return service_model.retrying(self._serve_ir_http, self.env)

  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 133, in retrying

    result = func()

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1810, in _serve_ir_http

    response = self.dispatcher.dispatch(rule.endpoint, args)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 2014, in dispatch

    result = self.request.registry['ir.http']._dispatch(endpoint)

  File "/usr/lib/python3/dist-packages/odoo/addons/website/models/ir_http.py", line 235, in _dispatch

    response = super()._dispatch(endpoint)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 221, in _dispatch

    result = endpoint(**request.params)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 757, in route_wrapper

    result = endpoint(self, *args, **params_ok)

  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 28, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 20, in _call_kw

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

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 468, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 453, in _call_kw_multi

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

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

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 75, in check_and_log

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

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 469, in button_immediate_install

    return self._button_immediate_function(self.env.registry[self._name].button_install)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 593, in _button_immediate_function

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

  File "<decorator-gen-16>", line 2, in new

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked

    return func(inst, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 110, in new

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

  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 481, in load_modules

    processed_modules += load_marked_modules(env, graph,

  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 365, in load_marked_modules

    loaded, processed = load_module_graph(

  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 205, in load_module_graph

    registry.setup_models(env.cr)

  File "<decorator-gen-19>", line 2, in setup_models

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked

    return func(inst, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 319, in setup_models

    model._setup_fields()

  File "/usr/lib/python3/dist-packages/odoo/models.py", line 3412, in _setup_fields

    field.setup(self)

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 533, in setup

    self.setup_nonrelated(model)

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 4413, in setup_nonrelated

    invf = comodel._fields[self.inverse_name]

KeyError: 'type_id'


The above server error caused the following client error:

RPC_ERROR: Odoo Server Error

    RPC_ERROR

        at makeErrorFromResponse (http://localhost:8469/web/assets/95702d9/web.assets_web_dark.min.js:2910:163)

        at XMLHttpRequest.<anonymous> (http://localhost:8469/web/assets/95702d9/web.assets_web_dark.min.js:2914:13)

Re:
by
Cybrosys Technologies
on 5/14/25, 2:36 AM Author

We have reviewed the module on our end, but we cannot reproduce any issues. To assist you further, could you please share the exact steps or conditions under which the issue occurs? You can email to odoo@cybrosys.com


Wea are getting the below particular error in version 17
by
Justinol Ruso
on 1/7/25, 1:50 PM

RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

  File "/home/Justinol/odoo/odoo-17.0/odoo/http.py", line 1770, in _serve_db

    return service_model.retrying(self._serve_ir_http, self.env)

  File "/home/Justinol/odoo/odoo-17.0/odoo/service/model.py", line 133, in retrying

    result = func()

  File "/home/Justinol/odoo/odoo-17.0/odoo/http.py", line 1797, in _serve_ir_http

    response = self.dispatcher.dispatch(rule.endpoint, args)

  File "/home/Justinol/odoo/odoo-17.0/odoo/http.py", line 2001, in dispatch

    result = self.request.registry['ir.http']._dispatch(endpoint)

  File "/home/Justinol/odoo/odoo-17.0/addons/website/models/ir_http.py", line 235, in _dispatch

    response = super()._dispatch(endpoint)

  File "/home/Justinol/odoo/odoo-17.0/odoo/addons/base/models/ir_http.py", line 222, in _dispatch

    result = endpoint(**request.params)

  File "/home/Justinol/odoo/odoo-17.0/odoo/http.py", line 725, in route_wrapper

    result = endpoint(self, *args, **params_ok)

  File "/home/Justinol/odoo/odoo-17.0/addons/web/controllers/dataset.py", line 24, in call_kw

    return self._call_kw(model, method, args, kwargs)

  File "/home/Justinol/odoo/odoo-17.0/addons/web/controllers/dataset.py", line 20, in _call_kw

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

  File "/home/Justinol/odoo/odoo-17.0/odoo/api.py", line 464, in call_kw

    result = _call_kw_model(method, model, args, kwargs)

  File "/home/Justinol/odoo/odoo-17.0/odoo/api.py", line 435, in _call_kw_model

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

  File "/home/Justinol/odoo/odoo-17.0/ruso/hrms_dashboard/models/hr_employee.py", line 361, in employee_leave_trend

    self.env.cr.execute(sql, (employee[0]['id'],))

IndexError: list index out of range


The above server error caused the following client error:

RPC_ERROR://localhost:8075/web/assets/debug/web.assets_web.js:27811:19)

    at XMLHttpRequest.<anonymous> (http://localhost:8075/web/assets/debug/web.assets_web.js:27859:27)



Error in Dashboard
by
Neelu Thapar
on 12/7/23, 4:47 AM

RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
  File "/odoo/odoo/odoo/http.py", line 1732, in _serve_db
    return service_model.retrying(self._serve_ir_http, self.env)
  File "/odoo/odoo/odoo/service/model.py", line 133, in retrying
    result = func()
  File "/odoo/odoo/odoo/http.py", line 1759, in _serve_ir_http
    response = self.dispatcher.dispatch(rule.endpoint, args)
  File "/odoo/odoo/odoo/http.py", line 1960, in dispatch
    result = self.request.registry['ir.http']._dispatch(endpoint)
  File "/odoo/odoo/addons/website/models/ir_http.py", line 235, in _dispatch
    response = super()._dispatch(endpoint)
  File "/odoo/odoo/odoo/addons/base/models/ir_http.py", line 207, in _dispatch
    result = endpoint(**request.params)
  File "/odoo/odoo/odoo/http.py", line 722, in route_wrapper
    result = endpoint(self, *args, **params_ok)
  File "/odoo/odoo/addons/web/controllers/dataset.py", line 24, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/odoo/odoo/addons/web/controllers/dataset.py", line 20, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/odoo/odoo/odoo/api.py", line 462, in call_kw
    result = _call_kw_model(method, model, args, kwargs)
  File "/odoo/odoo/odoo/api.py", line 435, in _call_kw_model
    result = method(recs, *args, **kwargs)
  File "/odoo/custom/addons/hrms_dashboard/models/hr_employee.py", line 68, in get_user_employee_details
    employee = self.env['hr.employee'].sudo().search_read(
  File "/odoo/odoo/odoo/models.py", line 5730, in search_read
    return records._read_format(fnames=fields, **read_kwargs)
  File "/odoo/odoo/odoo/models.py", line 3742, in _read_format
    vals[name] = convert(record[name], record, use_display_name)
  File "/odoo/odoo/odoo/models.py", line 6584, in __getitem__
    return self._fields[key].__get__(self, type(self))
  File "/odoo/odoo/odoo/fields.py", line 1206, in __get__
    self.compute_value(recs)
  File "/odoo/odoo/odoo/fields.py", line 1388, in compute_value
    records._compute_field_value(self)
  File "/odoo/odoo/addons/mail/models/mail_thread.py", line 424, in _compute_field_value
    return super()._compute_field_value(field)
  File "/odoo/odoo/odoo/models.py", line 4858, in _compute_field_value
    fields.determine(field.compute, self)
  File "/odoo/odoo/odoo/fields.py", line 101, in determine
    return needle(*args)
  File "/odoo/custom/addons/hrms_dashboard/models/hr_employee_base.py", line 36, in _compute_newly_hired
    employee.newly_hired = employee[
TypeError: '>' not supported between instances of 'bool' and 'datetime.date'

The above server error caused the following client error:
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
    at handleError (https://erp.inventa.in/web/assets/e6d3923/web.assets_web.min.js:916:101)
    at App.handleError (https://erp.inventa.in/web/assets/e6d3923/web.assets_web.min.js:1543:29)
    at ComponentNode.initiateRender (https://erp.inventa.in/web/assets/e6d3923/web.assets_web.min.js:1006:19)

Caused by: RPC_ERROR: Odoo Server Error
    at makeErrorFromResponse (https://erp.inventa.in/web/assets/e6d3923/web.assets_web.min.js:2872:163)
    at XMLHttpRequest. (https://erp.inventa.in/web/assets/e6d3923/web.assets_web.min.js:2876:13)

Re: Error in Dashboard
by
Cybrosys Technologies
on 5/14/25, 2:32 AM Author

The problem has been fixed, and the module has been updated on the App Store.