TIP: You can type at any time to perform a new search.
HR Timesheet Predefined Description Rules
hr_timesheet_predefined_description_rules · OCA/timesheet
- Repository
- OCA/timesheet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Timesheet
- Folder size
- 0.08 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), Sygel
- Maintainers
- Odoo Community Association (OCA), Sygel
- Committers
- Weblate, OCA-git-bot, oca-ci, Angel Rivas
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
timesheet_predefined_description_inherit_tree |
timesheet.predefined.description.inherit.tree | timesheet.predefined.description | tree | Inherits hr_timesheet_predefined_description.view_timesheet_predefined_description_tree |
view_account_analytic_line_form_inherit |
view.account.analytic.line.form.inherit | account.analytic.line | form | Inherits hr_timesheet_predefined_description.view_account_analytic_line_form |
view_account_analytic_line_tree_with_user_inherit |
account.analytic.line.tree.with.user.inherit | account.analytic.line | tree | Inherits hr_timesheet.timesheet_view_form_user |
view_analytic_line_form_inherit_tree |
view.analytic.line.form.inherit.tree | account.analytic.line | tree | Inherits hr_timesheet_predefined_description.view_analytic_line_form_inherit |
view_hr_timesheet_sheet_form_predefined_description_inherit |
hr_timesheet.sheet.form.inherit.predefined.description | hr_timesheet.sheet | form | Inherits hr_timesheet_sheet.hr_timesheet_sheet_form |
view_project_task_form_inherit_tree |
view.project.task.form.inherit.tree | project.task | tree | Inherits hr_timesheet_predefined_description.view_project_task_form_inherit |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
allow_free_text_relatedBooleanrelated='predefined_description_id.allow_free_text' -
free_textCharhelp="Free text. If the predefined description has 'append_free_text_to_name' enabled, it will be auto-completed with the predefined description."string='Additional Description'
-
write(self, vals)
New fields (3)
-
allow_free_textBooleanhelp='Enable this to allow users to enter additional text when using this predefined description.' -
append_free_text_to_nameBooleanhelp='If enabled, any additional text entered by the user will be appended to the predefined description name.' -
free_text_requiredBooleanhelp='If checked, the user must provide additional text when using this predefined description.'
No public methods.