| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/18.0/hr_employee_cost_history |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Saran440, Sabrina Martín |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet - hr - base_setup - base - web - digest - bus - web_tour - html_editor - portal - web_editor - http_routing - auth_signup - resource - phone_validation - resource_mail - hr_hourly_cost - analytic - uom - project - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
freezegun |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to update employee's costs from a given date onwards, and logs cost changes in a separate table. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_employee_timesheet_cost_view_tree |
hr.employee.timesheet.cost.history.view.list | hr.employee.timesheet.cost.history | list | New |
hr_employee_timesheet_cost_wizard_view_form |
hr_employee_timesheet_cost_wizard.view.form | hr.employee.timesheet.cost.wizard | form | New |
hr_timesheet_retroactive_cost_view_employee_form_inherit |
hr.employee.view.form.inherit | hr.employee | xpath | Inherits hr_hourly_cost.view_employee_form |
timesheet_cost_history_ids
One2many → hr.employee.timesheet.cost.history
comodel_name='hr.employee.timesheet.cost.history'
copy=False
inverse_name='employee_id'
No public methods.
comment
Char
currency_id
Many2one → res.currency
comodel_name='res.currency'
string='Currency'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
string='Employee'
hourly_cost
Monetary
currency_field='currency_id'
starting_date
Date
default=fields.Date.context_today
help='The cost change has effect since this date.'
No public methods.
comment
Char
currency_id
Many2one → res.currency
ondelete='cascade'
required=True
string='Currency'
args: 'res.currency'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
ondelete='cascade'
required=True
string='Employee'
hourly_cost
Monetary
currency_field='currency_id'
required=True
starting_date
Date
default=fields.Datetime.now
help='Change timesheet cost from this date onwards.'
required=True
string='From Date'
default_get(self, fields)
update_employee_cost(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/16.0/hr_employee_cost_history |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Weblate, OCA-git-bot, oca-ci, hda, Eduardo López Peñalver |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:12:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet - hr - base_setup - base - web - bus - web_tour - resource - hr_hourly_cost - analytic - uom - project - portal - web_editor - http_routing - auth_signup - rating - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
freezegun |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to update employee's costs from a given date onwards, and logs cost changes in a separate table. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_employee_timesheet_cost_view_tree |
hr.employee.timesheet.cost.history.view.tree | hr.employee.timesheet.cost.history | tree | New |
hr_employee_timesheet_cost_wizard_view_form |
hr_employee_timesheet_cost_wizard.view.form | hr.employee.timesheet.cost.wizard | form | New |
hr_timesheet_retroactive_cost_view_employee_form_inherit |
hr.employee.view.form.inherit | hr.employee | xpath | Inherits hr_hourly_cost.view_employee_form |
timesheet_cost_history_ids
One2many → hr.employee.timesheet.cost.history
comodel_name='hr.employee.timesheet.cost.history'
copy=False
inverse_name='employee_id'
No public methods.
comment
Char
currency_id
Many2one → res.currency
comodel_name='res.currency'
string='Currency'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
string='Employee'
hourly_cost
Monetary
currency_field='currency_id'
starting_date
Date
default=fields.Date.context_today
help='The cost change has effect since this date.'
No public methods.
comment
Char
currency_id
Many2one → res.currency
ondelete='cascade'
required=True
string='Currency'
args: 'res.currency'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
ondelete='cascade'
required=True
string='Employee'
hourly_cost
Monetary
currency_field='currency_id'
required=True
starting_date
Date
default=fields.Datetime.now
help='Change timesheet cost from this date onwards.'
required=True
string='From Date'
default_get(self, fields)
update_employee_cost(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/15.0/hr_employee_cost_history |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Weblate, oca-ci, Eduardo López Peñalver |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:00:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet - hr - base_setup - base - web - bus - web_tour - resource - analytic - uom - project - portal - web_editor - http_routing - auth_signup - rating - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
freezegun |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to update employee's costs from a given date onwards, and logs cost changes in a separate table. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_employee_timesheet_cost_view_tree |
hr.employee.timesheet.cost.history.view.tree | hr.employee.timesheet.cost.history | tree | New |
hr_employee_timesheet_cost_wizard_view_form |
hr_employee_timesheet_cost_wizard.view.form | hr.employee.timesheet.cost.wizard | form | New |
hr_timesheet_retroactive_cost_view_employee_form_inherit |
hr.employee.view.form.inherit | hr.employee | xpath | Inherits hr.view_employee_form |
timesheet_cost_history_ids
One2many → hr.employee.timesheet.cost.history
comodel_name='hr.employee.timesheet.cost.history'
copy=False
inverse_name='employee_id'
No public methods.
currency_id
Many2one → res.currency
comodel_name='res.currency'
string='Currency'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
string='Employee'
hourly_cost
Monetary
currency_field='currency_id'
starting_date
Date
default=fields.Date.context_today
help='The cost change has effect since this date.'
No public methods.
currency_id
Many2one → res.currency
ondelete='cascade'
required=True
string='Currency'
args: 'res.currency'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
ondelete='cascade'
required=True
string='Employee'
hourly_cost
Monetary
currency_field='currency_id'
required=True
starting_date
Date
default=fields.Datetime.now
help='Change timesheet cost from this date onwards.'
required=True
string='From Date'
default_get(self, fields)
update_employee_cost(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/timesheet |
| PULL REQUEST | |
| PULL REQUEST | [MIG] hr_employee_cost_history : Migration to 19.0. (#914) |