Repository
OCA/timesheet · module folder · Try on Runboat
Module version
1.0.0
Category
Timesheet
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/timesheet
Last tracking update
2026-08-07 08:43:00
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
OCA-git-bot, oca-ci, Ivan Candelas
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
helpdesk_timesheet_time_type, hr_timesheet_type_non_billable
Description
Time Type is useful during daily or weekly planning meetings to quickly
identify the nature of task based on the timesheet entries.

Time Type is also useful for weekly or monthly reporting provided to
clients based on exports from the PM System to provide high level
classifications for timesheet logs.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
view_hr_timesheet_project_time_type_form view.hr.timesheet.project.time.type.form account.analytic.line form Inherits hr_timesheet.hr_timesheet_line_form
view_hr_timesheet_project_time_type_form_user view.hr.timesheet.project.time.typeform.user account.analytic.line form Inherits hr_timesheet.timesheet_view_form_user
view_hr_timesheet_project_time_type_tree view.hr.timesheet.project.time.typetree account.analytic.line tree Inherits hr_timesheet.hr_timesheet_line_tree
view_hr_timesheet_time_form_inherit view.hr.timesheet.time.inherit project.task form Inherits hr_timesheet.view_task_form2_inherited
view_project_time_type_form project.time.type.form project.time.type form New
view_project_time_type_tree project.time.type.tree project.time.type list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • time_type_id Many2one → project.time.type
    comodel_name='project.time.type' string='Time Type'
  • time_type_name Char
    related='time_type_id.name' string='Time Type Name'
Public methods (0)

No public methods.

New fields (3)
  • code Char
  • description Text
  • name Char
    required=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks running
Open since
323 days ago
Last activity
122 days ago
Repository
OCA/timesheet
Pull request
[19.0][MIG] hr_timesheet_time_type: Migration to 19.0 (#824)