Repository
OCA/timesheet · module folder · Try on Runboat
Module version
1.1.0
Category
Human Resources
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/timesheet
Last tracking update
2026-08-07 08:43:00
Authors
Odoo Community Association (OCA), APSL-Nagarro, Lansana Barry Sow
Maintainers
Odoo Community Association (OCA), APSL-Nagarro, Lansana Barry Sow
Committers
Christopher Rogos, Weblate, OCA-git-bot, oca-ci, Florent THOMAS, David Alonso // Solvos
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
hr_timesheet_unusual_days
Description
This module allows you to have the calendar view to show or perform time imputation.

This module depends on the project_timesheet_time_control module from the OCA/project repo to use the 'date_time_end' field.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
hr_timesheet_line_calendar account.analytic.line calendar New
hr_timesheet_line_form account.analytic.line.form.inherit account.analytic.line form Inherits hr_timesheet.hr_timesheet_line_form
res_config_settings_view_form res.config.settings.view.form.inherit.hr.timesheet res.config.settings form Inherits hr_timesheet.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • date_time Datetime
    copy=False default=_get_default_start_time string='Start Time'
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • default_get(self, fields_list)
    @api.model
  • duplicate_today(self, record_id)
    @api.model

New fields (1)
  • timesheet_alignment Selection
    config_parameter='project_timesheet_time_control.timesheet_alignment' default='now' help='Choose the alignment of new timesheet entries without start time.' selection=[('now', 'Set Start Date to Now'), ('no-gap', 'Align to previous entry')]
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
288 days ago
Last activity
18 days ago
Repository
OCA/timesheet
Pull request
[19.0][MIG] hr_timesheet_calendar: Migration to 19.0 (#842)