| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/12.0/hr_timesheet_employee_cost_contract |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), CorporateHub |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), CorporateHub |
| COMMITTERS | |
| COMMITTERS | Alexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet - hr - base_setup - base - web - bus - web_tour - resource - analytic - decimal_precision - uom - project - portal - http_routing - rating - digest - hr_contract - hr_holidays - calendar |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_contract_view_form |
hr.contract.form | hr.contract | page | Inherits hr_contract.hr_contract_view_form |
hr_employee_view_form_inherit_timesheet |
hr.employee.form.timesheet | hr.employee | xpath | Inherits hr_timesheet.hr_employee_view_form_inherit_timesheet |
res_config_settings_view_form |
res.config.settings.view.form | res.config.settings | xpath | Inherits hr_timesheet.res_config_settings_view_form |
No new fields.
Public methods (1)action_recompute_timesheet_cost(self)
exclude_from_employee_cost
Boolean
string='Exclude from Employee Cost'
No public methods.
timesheet_cost
Monetary
compute='_compute_timesheet_cost'
default=None
inverse='_inverse_timesheet_cost'
timesheet_cost_contracts
Monetary
compute='_compute_timesheet_cost_contracts'
string='Timesheet Cost (contracts)'
timesheet_cost_manual
Monetary
string='Timesheet Cost (manual)'
use_manual_timesheet_cost
Boolean
default=<expr>
string='Use manual Timesheet Cost'
create(self, vals)
onchange_use_manual_timesheet_cost(self)
employee_timesheet_cost_policy
Selection
default='monthly_avg'
help="How Employee's Timesheet Cost is calculated"
selection=[('contract_avg', 'Contract-wide average'), ('annual_avg', 'Annual average'), ('monthly_avg', 'Monthly average')]
string="Employee's Timesheet Cost policy"
use_manual_employee_timesheet_cost
Boolean
default=True
string="Use manual Employee's Timesheet Cost"
No public methods.
employee_timesheet_cost_policy
Selection
readonly=False
related='company_id.employee_timesheet_cost_policy'
use_manual_employee_timesheet_cost
Boolean
readonly=False
related='company_id.use_manual_employee_timesheet_cost'
No public methods.
unpaid
Boolean
related='holiday_id.holiday_status_id.unpaid'
store=True
No public methods.