v 15.0 Third Party 3857
Download for v 15.0 Deploy on Odoo.sh Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employees (hr)
Invoicing (account)
Discuss (mail)
Employee Contracts (hr_contract)
Time Off (hr_holidays)
Calendar (calendar)
Community Apps Dependencies
Lines of code 3260
Technical Name ohrms_loan_accounting
LicenseAGPL-3
Websitehttps://www.openhrms.com
Versions 17.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employees (hr)
Invoicing (account)
Discuss (mail)
Employee Contracts (hr_contract)
Time Off (hr_holidays)
Calendar (calendar)
Community Apps Dependencies
Lines of code 3260
Technical Name ohrms_loan_accounting
LicenseAGPL-3
Websitehttps://www.openhrms.com
Versions 17.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0
cybrosys-logo

Open HRMS Loan Accounting

Manage Loan request of employees

Key Highlights

  • Employee can create loan request.
  • Loan amount is deducted from the salary.
  • Double layer approval, from Accounting & HR Department.
  • Current month installment is automatically listed in payslip.

Overview


TOpen HRMS Loan is a component of Open HRMS suit. Open HRMS Loan module helps the user to configure different loan policies, assign approval authority, conduct the verification process and sanction loan for employees.

Configuration


No additional configuration required.

HR Organizational Chart


  • Employee can create loan request.
  • Loan amount is deducted from the salary.
  • Double layer approval, from Accounting & HR Department.
  • Current month installment is automatically listed in payslip.

Screenshots


Suggested Products


Our Service


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.

Need Any Help?


If you have anything to share with us based on your use of this module, please let us know. We are ready to offer our support.

Email us

odoo@cybrosys.com / info@cybrosys.com

Contact Us

www.cybrosys.com
Suggested Products

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!
by
Shreyanka
on 11/30/21, 2:15 AM
Odoo Server Error
Traceback (most recent call last):
  File "/home/htsk/Desktop/odoo13/odoo/http.py", line 624, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/home/htsk/Desktop/odoo13/odoo/http.py", line 310, in _handle_exception
    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
  File "/home/htsk/Desktop/odoo13/odoo/tools/pycompat.py", line 14, in reraise
    raise value
  File "/home/htsk/Desktop/odoo13/odoo/http.py", line 669, in dispatch
    result = self._call_function(**self.params)
  File "/home/htsk/Desktop/odoo13/odoo/http.py", line 350, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/htsk/Desktop/odoo13/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/htsk/Desktop/odoo13/odoo/http.py", line 339, in checked_call
    result = self.endpoint(*a, **kw)
  File "/home/htsk/Desktop/odoo13/odoo/http.py", line 915, in __call__
    return self.method(*args, **kw)
  File "/home/htsk/Desktop/odoo13/odoo/http.py", line 515, in response_wrap
    response = f(*args, **kw)
  File "/home/htsk/Desktop/odoo13/addons/web/controllers/main.py", line 1343, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "/home/htsk/Desktop/odoo13/addons/web/controllers/main.py", line 1331, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/home/htsk/Desktop/odoo13/odoo/api.py", line 387, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/home/htsk/Desktop/odoo13/odoo/api.py", line 374, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "<decorator-gen-60>", line 2, in button_immediate_install
  File "/home/htsk/Desktop/odoo13/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
  File "/home/htsk/Desktop/odoo13/odoo/addons/base/models/ir_module.py", line 463, in button_immediate_install
    return self._button_immediate_function(type(self).button_install)
  File "/home/htsk/Desktop/odoo13/odoo/addons/base/models/ir_module.py", line 573, in _button_immediate_function
    modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "/home/htsk/Desktop/odoo13/odoo/modules/registry.py", line 86, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/home/htsk/Desktop/odoo13/odoo/modules/loading.py", line 423, in load_modules
    loaded_modules, update_module, models_to_check)
  File "/home/htsk/Desktop/odoo13/odoo/modules/loading.py", line 315, in load_marked_modules
    perform_checks=perform_checks, models_to_check=models_to_check
  File "/home/htsk/Desktop/odoo13/odoo/modules/loading.py", line 201, in load_module_graph
    registry.setup_models(cr)
  File "/home/htsk/Desktop/odoo13/odoo/modules/registry.py", line 262, in setup_models
    model._setup_fields()
  File "/home/htsk/Desktop/odoo13/odoo/models.py", line 2740, in _setup_fields
    field.setup_full(self)
  File "/home/htsk/Desktop/odoo13/odoo/fields.py", line 433, in setup_full
    self._setup_related_full(model)
  File "/home/htsk/Desktop/odoo13/odoo/fields.py", line 2194, in _setup_related_full
    super(Selection, self)._setup_related_full(model)
  File "/home/htsk/Desktop/odoo13/odoo/fields.py", line 486, in _setup_related_full
    field = target._fields[name]
KeyError: 'schedule_pay'
How to resolve this? I am getting this error when trying to install hr_payroll_community module in odoo13 enterprise edition