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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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_related Boolean
    related='predefined_description_id.allow_free_text'
  • free_text Char
    help="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'
Public methods (1)
  • write(self, vals)

New fields (3)
  • allow_free_text Boolean
    help='Enable this to allow users to enter additional text when using this predefined description.'
  • append_free_text_to_name Boolean
    help='If enabled, any additional text entered by the user will be appended to the predefined description name.'
  • free_text_required Boolean
    help='If checked, the user must provide additional text when using this predefined description.'
Public methods (0)

No public methods.