v 15.0 Third Party 2678
Download for v 15.0 Deploy on Odoo.sh Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employee Contracts (hr_contract)
Employees (hr)
Discuss (mail)
Community Apps Dependencies
Lines of code 286
Technical Name history_employee
LicenseAGPL-3
Websitehttps://www.openhrms.com
Versions 17.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 Employee Contracts (hr_contract)
Employees (hr)
Discuss (mail)
Community Apps Dependencies
Lines of code 286
Technical Name history_employee
LicenseAGPL-3
Websitehttps://www.openhrms.com
Versions 17.0 11.0 12.0 13.0 14.0 15.0 16.0

OpenHRMS Employee History

Open HRMS Employee History

Overview


The module helps in getting all pertinent information about the employee in conducting the employee history verification in an organization.

Key Features


Get The History Of Department And Job Position Held By The Employee

Changes In Salary Of The Employee Can Be Traced

Important Changes Done In The Contract Is Tracked

Get Any Update In The Timesheet Cost For An Employee As History

Screenshots


01

Provides a new page in the employee form "Employee History"

02

The module helps in getting all pertinent information about the employee in one single click

03

It shows the history of department and job position along with the updated date.

Suggested Products


Our Services


Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
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

Need Help?



s

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!
Employee History Module doesn´t Install oN odoo 16
by
Admin
on 4/19/23, 6:59 AM

Hi guys, first of all would like to congratulate this team for making such great plugins. 

Anyway, i have been trying to install this module on a Odo V16 Local Instalation(Community) and it drops this error.

RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\http.py", line 1583, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\service\model.py", line 134, in retrying
result = func()
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\http.py", line 1610, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\http.py", line 1807, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\addons\base\models\ir_http.py", line 154, in _dispatch
result = endpoint(**request.params)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\http.py", line 696, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\addons\web\controllers\dataset.py", line 46, in call_button
action = self._call_kw(model, method, args, kwargs)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\addons\web\controllers\dataset.py", line 33, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\api.py", line 461, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\api.py", line 448, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "", line 2, in button_immediate_install
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\addons\base\models\ir_module.py", line 76, in check_and_log
return method(self, *args, **kwargs)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\addons\base\models\ir_module.py", line 491, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\addons\base\models\ir_module.py", line 615, in _button_immediate_function
registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "", line 2, in new
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\tools\func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\modules\registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\modules\loading.py", line 489, in load_modules
loaded_modules, update_module, models_to_check)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\modules\loading.py", line 373, in load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\modules\loading.py", line 230, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\modules\loading.py", line 71, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\tools\convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\tools\convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\tools\convert.py", line 749, in parse
self._tag_root(de)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\tools\convert.py", line 698, in _tag_root
f(rec)
File "C:\Program Files\Odoo 16.0.20230418\server\odoo\tools\convert.py", line 709, in _tag_root
raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
odoo.tools.convert.ParseError: while parsing file:/c:/program files/odoo 16.0.20230418/server/odoo/addons/history_employee/views/employee_history.xml:5
Ocurrió un error al validar vista cercana







department_details no es una acción válida en hr.employee

View error context:
{'file': 'c:\\program files\\odoo '
'16.0.20230418\\server\\odoo\\addons\\history_employee\\views\\employee_history.xml',
'line': 6,
'name': 'hr.employeehistory.view',
'view': ir.ui.view(1368,),
'view.model': 'hr.employee',
'view.parent': ir.ui.view(376,),
'xmlid': 'hr_employee_history_form_view'}


The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
at makeErrorFromResponse (http://localhost:8069/web/assets/304-551142c/web.assets_backend.min.js:970:163)
at XMLHttpRequest. (http://localhost:8069/web/assets/304-551142c/web.assets_backend.min.js:978:13)
Re: Employee History Module doesn´t Install oN odoo 16
by
Cybrosys Technologies
on 4/20/23, 12:12 AM Author

This is for Odoo v15. Hope you tried the v16 version on odoo v16