Open HRMS - HR Dashboard
by Cybrosys Techno solutions https://www.openhrms.com , Open HRMS https://www.openhrms.comAvailability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Attendances (hr_attendance)
• Employees (hr) • Leaves (hr_holidays) • Recruitment (hr_recruitment) • Discuss (mail) • Calendar (calendar) • Project (project) |
Community Apps Dependencies | Show |
Lines of code | 3046 |
Technical Name |
hrms_dashboard |
License | AGPL-3 |
Website | https://www.openhrms.com |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Attendances (hr_attendance)
• Employees (hr) • Leaves (hr_holidays) • Recruitment (hr_recruitment) • Discuss (mail) • Calendar (calendar) • Project (project) |
Community Apps Dependencies | Show |
Lines of code | 3046 |
Technical Name |
hrms_dashboard |
License | AGPL-3 |
Website | https://www.openhrms.com |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Open HRMS
Most advanced open source HR management software
Cybrosys Technologies

Overview
Human Resource Departments have a lot to manage and volume to track with reports ever growing.
Fortunately, technologies provide elegant solutions to track and monitor every essential Human Resource activities.
Open HRMS HR Dashboard provides a visually engaging palate for seamless management of Human Resource functions.
It provides executives and employees the information they need. Open HRMS Dashboard comes intuitive and
interactive connecting every dots of your data like never before. With Open HRMS HR dashboard,
facilitates with various metrics helping easy to view, understand, and share data.
Experience the new kind of responsiveness with Open HRMS Dashboard.
Configuration
Need to install the external python dependency 'pandas'.
Features
Provides all essential tools to deliver real-time informations.
Employees quick access to their timesheets, company contracts and their board factor for analyzing their leave.
Managers to view employee division by departments from department wise employee graph.
Manager to view leave allocation requests, leaves for the day and month, job applications and finally approval of leaves after verification.
Screenshots
Open HRMS HR Dashboard provides you with all essential tools to deliver real-time informationâs.

Open HRMS HR Dashboard gets you with monthly leave analysis of employees from various departments. Open HRMS HR Dashboard showcases the department wise leave percentage for quick and easy understanding.

You will also able to see the monthly join/resign analysis and attrition rate analysis.

The HR Dashboard also gives a glimpse of the upcoming birthdays of employees creating the mood for celebration. Also the upcoming events and announcements. Open HRMS HR Dashboard facilitates each employee to log in and conduct their own leave analysis for the past six months.

Open HRMS
Most advanced open source HR management software


Our Services

Odoo Customization

Odoo Implementation

Odoo Integration

Odoo Support

Hire Odoo Developers
Our Industries

Trading
Easily procure and sell your products.

Manufacturing
Plan, track and schedule your operations.

Restaurant
Run your bar or restaurant methodical.

POS
Easy configuring and convivial selling.

E-commerce & Website
Mobile friendly, awe-inspiring product pages.

Hotel Management
An all-inclusive hotel management application.

Education
A Collaborative platform for educational management.

Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedDashboard on mobile
Hi all: where whe need modify to be dashboard will be more responsive ? Best Regards, Guillermo
good app but problem while installing dashboard
hr_dashboard could not be installed first install pandas but after install pandas with pip3 getting this error Unable to install module "hrms_dashboard" because an external dependency is not met: descriptor '__subclasses__' of 'type' object needs an argument
Thanks for created this app.
I can't able to install this app hrms_dashboard. So What I to do further?
Error
Hi there, I've installed your module but once I try to enter Dashboard following error message shows. Please advise. Regards, Ayanga Error log: Error: Odoo Server Error Traceback (most recent call last): File "/home/odoo/odoo12-server/odoo/http.py", line 654, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/odoo/odoo12-server/odoo/http.py", line 312, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/home/odoo/odoo12-server/odoo/tools/pycompat.py", line 87, in reraise raise value File "/home/odoo/odoo12-server/odoo/http.py", line 696, in dispatch result = self._call_function(**self.params) File "/home/odoo/odoo12-server/odoo/http.py", line 344, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/odoo/odoo12-server/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/home/odoo/odoo12-server/odoo/http.py", line 337, in checked_call result = self.endpoint(*a, **kw) File "/home/odoo/odoo12-server/odoo/http.py", line 939, in __call__ return self.method(*args, **kw) File "/home/odoo/odoo12-server/odoo/http.py", line 517, in response_wrap response = f(*args, **kw) File "/home/odoo/odoo12-server/addons/web/controllers/main.py", line 962, in call_kw return self._call_kw(model, method, args, kwargs) File "/home/odoo/odoo12-server/addons/web/controllers/main.py", line 954, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/home/odoo/odoo12-server/odoo/api.py", line 745, in call_kw return _call_kw_model(method, model, args, kwargs) File "/home/odoo/odoo12-server/odoo/api.py", line 718, in _call_kw_model result = method(recs, *args, **kwargs) File "/home/odoo/odoo12-server/custom-addons/hrms_dashboard/models/hrms_dashboard.py", line 113, in get_upcoming order by e.date_begin """) File "/home/odoo/odoo12-server/odoo/sql_db.py", line 148, in wrapper return f(self, *args, **kwargs) File "/home/odoo/odoo12-server/odoo/sql_db.py", line 225, in execute res = self._obj.execute(query, params) psycopg2.ProgrammingError: column reference "state" is ambiguous LINE 7: where state ='confirm' ^