TIP: You can type at any time to perform a new search.
Task Logs by Role
hr_timesheet_role · OCA/timesheet
- 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
Code Analysis ⓘ
Views touched (10)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_requiredBooleanrelated='project_id.is_timesheet_role_required' -
limit_role_to_assignmentsBooleanrelated='project_id.limit_role_to_assignments' -
role_idMany2one → project.rolecomodel_name='project.role'domain=<expr>required=Falsestring='Role'
No public methods.
New fields (1)
-
is_timesheet_role_requiredBooleandefault=<expr>string='Timesheet Role Required'
-
create(self, values)@api.model
New fields (1)
-
is_timesheet_role_requiredBooleandefault=Truestring='Timesheet Role Required'
No public methods.
New fields (1)
-
is_timesheet_role_requiredBooleanreadonly=Falserelated='company_id.is_timesheet_role_required'
No public methods.
Loading…