TIP: You can type at any time to perform a new search.
HR Timesheet Predefined Description
hr_timesheet_predefined_description · OCA/timesheet
- 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:09:27
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, oca-ci, Juan Alberto Raja
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_analytic_line_form |
account.analytic.line | form | Inherits analytic.view_account_analytic_line_form | |
view_analytic_line_form_inherit |
account.analytic.line.form.inherit | account.analytic.line | form | Inherits hr_timesheet.hr_timesheet_line_tree |
view_project_task_form_inherit |
project.task.form.inherit.predefined_description | project.task | form | Inherits project.view_task_form2 |
view_timesheet_predefined_description_tree |
timesheet.predefined.description.tree | timesheet.predefined.description | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
predefined_description_idMany2one → timesheet.predefined.descriptioncomodel_name='timesheet.predefined.description'string='Predefined Description'
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (2)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>string='Company' -
nameCharrequired=Truestring='Description'
No public methods.
Loading…