TIP: You can type at any time to perform a new search.
HR Timesheet Calendar
hr_timesheet_calendar · OCA/timesheet
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_timeDatetimecopy=Falsedefault=_get_default_start_timestring='Start Time'
-
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_alignmentSelectionconfig_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')]
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)