https://github.com/oca/timesheet
Odoo Timesheet Management Addons
https://github.com/oca/timesheet
erp hacktoberfest odoo python
Last synced: about 2 months ago
JSON representation
Odoo Timesheet Management Addons
- Host: GitHub
- URL: https://github.com/oca/timesheet
- Owner: OCA
- License: agpl-3.0
- Created: 2014-06-16T16:14:01.000Z (almost 11 years ago)
- Default Branch: 14.0
- Last Pushed: 2025-04-11T06:37:56.000Z (2 months ago)
- Last Synced: 2025-04-11T23:15:24.546Z (about 2 months ago)
- Topics: erp, hacktoberfest, odoo, python
- Language: Python
- Homepage:
- Size: 39.4 MB
- Stars: 134
- Watchers: 59
- Forks: 357
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://runboat.odoo-community.org/builds?repo=OCA/timesheet&target_branch=14.0)
[](https://github.com/OCA/timesheet/actions/workflows/pre-commit.yml?query=branch%3A14.0)
[](https://github.com/OCA/timesheet/actions/workflows/test.yml?query=branch%3A14.0)
[](https://codecov.io/gh/OCA/timesheet)
[](https://translation.odoo-community.org/engage/timesheet-14-0/?utm_source=widget)# timesheet
TODO: add repo description.
[//]: # (addons)
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[crm_timesheet](crm_timesheet/) | 14.0.1.0.0 | | CRM Timesheet
[hr_employee_product](hr_employee_product/) | 14.0.1.0.0 | | Product is an employee
[hr_timesheet_activity_begin_end](hr_timesheet_activity_begin_end/) | 14.0.1.0.2 | | Timesheet Activities - Begin/End Hours
[hr_timesheet_analysis](hr_timesheet_analysis/) | 14.0.1.0.0 | [](https://github.com/alexey-pelykh) | Analyze tracked time in Graph views
[hr_timesheet_employee_analytic_tag](hr_timesheet_employee_analytic_tag/) | 14.0.1.0.0 | [](https://github.com/victoralmau) | Hr Timesheet Employee Analytic Tag
[hr_timesheet_predefined_description](hr_timesheet_predefined_description/) | 14.0.1.0.0 | [](https://github.com/juanjosesegui-tecnativa) | Predefined descriptions for timesheet entries
[hr_timesheet_purchase_order](hr_timesheet_purchase_order/) | 14.0.1.1.0 | [](https://github.com/dessanhemrayev) [](https://github.com/aleuffre) [](https://github.com/renda-dev) | HR Timesheet Purchase Order
[hr_timesheet_report](hr_timesheet_report/) | 14.0.1.0.1 | [](https://github.com/alexey-pelykh) | Generate Timesheet Report from Task Logs
[hr_timesheet_report_milestone](hr_timesheet_report_milestone/) | 14.0.1.0.0 | | Extend Timesheet by adding Milestone
[hr_timesheet_sheet](hr_timesheet_sheet/) | 14.0.1.4.3 | | Timesheet Sheets, Activities
[hr_timesheet_sheet_activity](hr_timesheet_sheet_activity/) | 14.0.1.0.0 | | Automatic activities related to submission and review of timesheet sheets
[hr_timesheet_sheet_attendance](hr_timesheet_sheet_attendance/) | 14.0.1.0.0 | | HR Timesheet Sheet Attendance
[hr_timesheet_sheet_autodraft](hr_timesheet_sheet_autodraft/) | 14.0.1.0.0 | | Automatically draft a Timesheet Sheet for every time entry that does not have a relevant Timesheet Sheet existing.
[hr_timesheet_sheet_no_create](hr_timesheet_sheet_no_create/) | 14.0.1.0.0 | | Avoid creation of projects and tasks in timesheet sheet lines
[hr_timesheet_sheet_period](hr_timesheet_sheet_period/) | 14.0.1.0.0 | | HR Timesheet Sheet based on Payroll Period
[hr_timesheet_sheet_policy_department_manager](hr_timesheet_sheet_policy_department_manager/) | 14.0.1.0.0 | | Allows setting Department Manager as Reviewer
[hr_timesheet_sheet_policy_project_manager](hr_timesheet_sheet_policy_project_manager/) | 14.0.1.0.0 | | Allows setting Project Manager as Reviewer
[hr_timesheet_task_domain](hr_timesheet_task_domain/) | 14.0.1.0.0 | | Limit task selection to tasks on currently-selected project
[hr_timesheet_task_required](hr_timesheet_task_required/) | 14.0.1.0.0 | | Set task on timesheet as a mandatory field
[hr_timesheet_task_stage](hr_timesheet_task_stage/) | 14.0.1.1.0 | | Open/Close task from corresponding Task Log entry
[hr_timesheet_time_restriction](hr_timesheet_time_restriction/) | 14.0.1.0.1 | | Restrictions on the creation of time sheets for past dates
[hr_timesheet_time_type](hr_timesheet_time_type/) | 14.0.1.0.1 | | Ability to add time type in timesheet lines.
[hr_utilization_analysis](hr_utilization_analysis/) | 14.0.2.0.1 | [](https://github.com/alexey-pelykh) | View Utilization Analysis from Task Logs.
[hr_utilization_report](hr_utilization_report/) | 14.0.1.0.3 | | Generate Utilization Report from Task Logs
[project_task_stage_allow_timesheet](project_task_stage_allow_timesheet/) | 14.0.1.0.0 | | Allows to tell that a task stage is opened for timesheets.
[sale_timesheet_budget](sale_timesheet_budget/) | 14.0.1.0.0 | [](https://github.com/victoralmau) | Sale timesheet budget
[sale_timesheet_line_exclude](sale_timesheet_line_exclude/) | 14.0.1.0.1 | | Exclude Timesheet Line from Sale Order
[sale_timesheet_order_line_no_update](sale_timesheet_order_line_no_update/) | 14.0.1.1.4 | [](https://github.com/ilyasProgrammer) | Sale Timesheet Order Line no Update
[sale_timesheet_order_line_sync](sale_timesheet_order_line_sync/) | 14.0.1.0.0 | | Propagate task order line in not invoiced timesheet lines
[sale_timesheet_rounded](sale_timesheet_rounded/) | 14.0.1.0.1 | | Round timesheet entries amount based on project settings.[//]: # (end addons)
## Licenses
This repository is licensed under [AGPL-3.0](LICENSE).
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.----
OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit
organization whose mission is to support the collaborative development of Odoo features
and promote its widespread use.