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

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
account_analytic_line_form account.analytic.line.form account.analytic.line form Inherits hr_timesheet.hr_timesheet_line_form
account_analytic_line_kanban account.analytic.line.kanban account.analytic.line kanban Inherits hr_timesheet.view_kanban_account_analytic_line
account_analytic_line_search account.analytic.line.search account.analytic.line search Inherits hr_timesheet.hr_timesheet_line_search
account_analytic_line_tree account.analytic.line.tree account.analytic.line tree Inherits hr_timesheet.hr_timesheet_line_tree
edit_project project.project.form project.project form Inherits hr_timesheet.project_invoice_form
portal_timesheet_table Portal Timesheet Table ir.ui.view qweb Inherits hr_timesheet.portal_timesheet_table
project_project_view_form_simplified project.project.view.form.simplified.timetracker project.project form Inherits hr_timesheet.project_project_view_form_simplified_inherit_timesheet
project_task_form project.task.form project.task form Inherits hr_timesheet.view_task_form2_inherited
report_timesheet report_timesheet ir.ui.view qweb Inherits hr_timesheet.report_timesheet
res_config_settings_view_form res.config.settings.view.form.hr_timesheet_timetracker res.config.settings form Inherits hr_timesheet.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (3)
  • is_role_required Boolean
    related='project_id.is_timesheet_role_required'
  • limit_role_to_assignments Boolean
    related='project_id.limit_role_to_assignments'
  • role_id Many2one → project.role
    comodel_name='project.role' domain=<expr> required=False string='Role'
Public methods (0)

No public methods.

New fields (1)
  • is_timesheet_role_required Boolean
    default=<expr> string='Timesheet Role Required'
Public methods (1)
  • create(self, values)
    @api.model

New fields (1)
  • is_timesheet_role_required Boolean
    default=True string='Timesheet Role Required'
Public methods (0)

No public methods.

New fields (1)
  • is_timesheet_role_required Boolean
    readonly=False related='company_id.is_timesheet_role_required'
Public methods (0)

No public methods.

Loading…