Repository
OCA/timesheet · module folder · Try on Runboat
Module version
1.0.2
Category
Project
Folder size
0.27 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/timesheet
Last tracking update
2026-08-07 09:06:28
Authors
Odoo Community Association (OCA), glueckkanja AG
Maintainers
Odoo Community Association (OCA), glueckkanja AG
Committers
Christopher Rogos, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds begin and end time to analytic line, similar to [hr_timesheet_begin_end](../hr_timesheet_begin_end) but based on [project_timesheet_time_control](https://github.com/OCA/project/tree/18.0/project_timesheet_time_control).

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_analytic_line_tree account.analytic.line tree Inherits hr_timesheet_time_control.account_analytic_line_tree
hr_timesheet_line_form account.analytic.line.form.inherit account.analytic.line form Inherits hr_timesheet_time_control.hr_timesheet_line_form
view_task_form2_inherited Add timesheet time controls begin/end project.task Inherits hr_timesheet_time_control.view_task_form2_inherited
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • time_begin Float
    compute='_compute_time_begin' inverse='_inverse_time_begin' string='Begin'
  • time_end Float
    compute='_compute_time_end' inverse='_inverse_time_end' string='End'
Public methods (1)
  • default_get(self, fields_list)
    @api.model

Loading…