Skip to Content
Menu
v 17.0 Third Party 68392
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)
Expenses (hr_expense)
Recruitment (hr_recruitment)
Time Off (hr_holidays)
Discuss (mail)
Invoicing (account)
Employee Contracts (hr_contract)
Calendar (calendar)
Project (project)
Community Apps Dependencies
Lines of code 17658
Technical Name ohrms_core
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)
Expenses (hr_expense)
Recruitment (hr_recruitment)
Time Off (hr_holidays)
Discuss (mail)
Invoicing (account)
Employee Contracts (hr_contract)
Calendar (calendar)
Project (project)
Community Apps Dependencies
Lines of code 17658
Technical Name ohrms_core
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 Core

The Complete HR Solution.

Key Highlights

HR Dashboard.

Provides all essential tools to deliver real-time information in a single dashboard.

Interactive Theme.

Interactive theme including Apps menu and search bar.

Employee Reminders.

Ensure that important events are never forgotten.

Shift Management.

Efficiently manages shifts .

Appraisal Plans & Strategies.

Customized appraisal plans in a best way.

Entry & Exit Checklist.

Keeps records of entry and exit checklist.

Custody/Property Management.

Fine management tool for property management.

Salary Advance.

Manage advance salary request of your company's staff.

HR Multi Company.

Enables multi company environment for your company.

Loan Management

Manage loan requests of your employee.

Employee Branch Transfer.

Allow you to transfer an employee from one branch to another branch.

HR Announcements.

Allow you to manage hr official announcements of your company.

Vacation Management.

Allow you to manage the vacation of your staffs.

HR Documents Management.

Allow you to manage different types of documents and their expiry.

Automation on Leave Request Mails.

Can automate leave request based on leave request mail.

Open HRMS Theme.

Attractive Open HRMS theme makes a bow.

Dashboard

Keep your eyes on your whole analysis.

Multi-Company

Manage multiple branch employees easily.

Loan Management.

Configure different loan policies, Assign approval authority, Conduct verification process and sanctioning of employee loan.

Salary Advance

Configure advance salary rules, Set advance salary limits, Minimum number of days, & Provide advance salary to employees.

Records Related Reminders

Reminder sets alarm to recall every important dates. 'Bell' symbol beside the chat icon will bring your reminder pops up. You can set reminders to any model (eg: Sales,HR,Project etc..) and also their corresponding date fields to compare. Eases company to memorize the special dates.

Employee Branch Transfer

You can transfer your employees to another branches without any pain.

Employee Documents Management

Keep the employee related documents with expiry notification.

Resignation Process.

Employees can draft their resignation. Higher authorities can timely do the needful via rejecting/ accepting the resignation statement.

HR Announcements

Managing Official Announcements, Greetings, Warnings, Rewards etc.

Automation on Leaves Requests Mails

Creates leave request automatically from incoming email.

  • Open HRMS Theme.
  • Dashboard.
  • Multi-Company.
  • Loan Management.
  • Salary Advance.
  • Records Related Reminders.
  • Employee Branch Transfer.
  • Employee Documents Management.
  • Resignation Process.
  • HR Announcements.
  • Automation on Leaves Requests Mails.
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.
There are no ratings yet!
RPC_Error
by
Kevin Deng
on 8/21/24, 4:23 PM

Error when accessing from a non-admin user, but the user has admin access rights (not settings).
Removing the HRMS Dashboard fixes the error. 
Also, the HRMS CORE causes the little box on the top left to be slightly moved to the left, and the Open HRMS Theme can't scroll down to view icons at the bottom when there are many apps activated, cutting the bottom ones off.

RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1764, 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 1791, in _serve_ir_http

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

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1995, 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 222, in _dispatch

    result = endpoint(**request.params)

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

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

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

    return 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 464, in call_kw

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

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

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

  File "/mnt/extra-addons/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: Odoo Server Error

    RPC_ERROR

        at makeErrorFromResponse (http://localhost:11017/web/assets/debug/web.assets_web.js:27905:19)

        at XMLHttpRequest. (http://localhost:11017/web/assets/debug/web.assets_web.js:27953:27)

Re: RPC_Error
by
Cybrosys Technologies
on 8/27/24, 1:40 AM Author

We need more clarification on the issue you've raised.
Could you please share the detailed steps to recreate the issue by sending your queries to our email address at odoo@cybrosys.com


error
by
Taranpreet Singh
on 5/6/24, 1:42 AM

Error while importing module 'hr_employee_transfer'. Module loading hr_employee_transfer failed: file /tmp/tmplnpz7utz/hr_employee_transfer/security/ir.model.access.csv could not be processed: No matching record found for external id 'model_employee_transfer' in field 'Model' No matching record found for external id 'model_employee_transfer' in field 'Model' Missing required value for the field 'Model' (model_id) Missing required value for the field 'Model' (model_id)

Re: error
by
Cybrosys Technologies
on 5/7/24, 5:41 AM Author

While using the Import-Module feature in Odoo, it only imports data modules (.xml files and static assets). Please follow the link to install a module in Odoo 17.

https://www.cybrosys.com/blog/how-to-install-a-custom-module-in-odoo-16