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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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_id Many2one → timesheet.predefined.description
    comodel_name='timesheet.predefined.description' string='Predefined Description'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (2)
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> string='Company'
  • name Char
    required=True string='Description'
Public methods (0)

No public methods.

Loading…