Repository
OCA/timesheet · module folder · Try on Runboat
Module version
2.2.1
Category
Human Resources
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/timesheet
Last tracking update
2026-08-07 07:31:59
Authors
Odoo Community Association (OCA), CorporateHub
Maintainers
Odoo Community Association (OCA), CorporateHub
Committers
Andrea, Alexey Pelykh, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
hr_timesheet_sheet_form hr_timesheet.sheet.form hr_timesheet.sheet form Inherits hr_timesheet_sheet.hr_timesheet_sheet_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • add_line_limit_role_to_assignments Boolean
    related='add_line_project_id.limit_role_to_assignments'
  • add_line_role_id Many2one → project.role
    comodel_name='project.role' domain=<expr> help='If selected, the associated role is added to the timesheet sheet when clicked the button.' states={'draft': [('readonly', False)]} string='Select Role'
Public methods (2)
  • onchange_add_project_id(self)
    @api.onchange('add_line_project_id')
  • reset_add_line(self)
    @api.multi

New fields (1)
  • role_id Many2one → project.role
    comodel_name='project.role' string='Role'
Public methods (1)
  • get_unique_id(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.