| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/14.0/hr_utilization_analysis |
| VERSION | |
| VERSION | 2.0.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), CorporateHub |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), CorporateHub |
| COMMITTERS | |
| COMMITTERS | Alexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, dsolanki, schhatbar |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - hr_timesheet - hr - base_setup - base - web - bus - web_tour - resource - analytic - uom - project - portal - web_editor - http_routing - auth_signup - rating - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_utilization_analysis_entry_form |
hr.utilization.analysis.entry.form | hr.utilization.analysis.entry | form | New |
hr_utilization_analysis_entry_graph |
hr.utilization.analysis.entry.graph | hr.utilization.analysis.entry | graph | New |
hr_utilization_analysis_entry_pivot |
hr.utilization.analysis.entry.pivot | hr.utilization.analysis.entry | pivot | New |
hr_utilization_analysis_entry_search |
hr.utilization.analysis.entry.search | hr.utilization.analysis.entry | search | New |
hr_utilization_analysis_entry_tree |
hr.utilization.analysis.entry.tree | hr.utilization.analysis.entry | tree | New |
hr_utilization_analysis_wizard_form |
hr.utilization.analysis.wizard.form | hr.utilization.analysis.wizard | form | New |
date_from
Date
required=True
string='Start Date'
date_to
Date
required=True
string='End Date'
department_ids
Many2many → hr.department
comodel_name='hr.department'
string='Departments'
employee_category_ids
Many2many → hr.employee.category
comodel_name='hr.employee.category'
string='Employee Tags'
employee_ids
Many2many → hr.employee
comodel_name='hr.employee'
string='Employees'
entry_ids
One2many → hr.utilization.analysis.entry
comodel_name='hr.utilization.analysis.entry'
compute='_compute_entry_ids'
inverse_name='analysis_id'
store=True
string='Entries'
only_active_employees
Boolean
default=True
string='Only Active Employees'
No public methods.
amount
Float
compute='_compute_amount'
store=True
string='Quantity'
analysis_id
Many2one → hr.utilization.analysis
comodel_name='hr.utilization.analysis'
ondelete='cascade'
required=True
string='Analysis'
capacity
Float
compute='_compute_capacity'
store=True
string='Capacity'
date
Date
required=True
string='Date'
department_id
Many2one → hr.department
comodel_name='hr.department'
related='employee_id.department_id'
store=True
string='Department'
difference
Float
compute='_compute_difference'
store=True
string='Difference'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
required=True
string='Employee'
line_ids
Many2many → account.analytic.line
comodel_name='account.analytic.line'
compute='_compute_line_ids'
store=True
string='Timesheet Lines'
manager_id
Many2one → hr.employee
comodel_name='hr.employee'
related='employee_id.parent_id'
store=True
string='Manager'
name
Char
related='employee_id.name'
store=True
No public methods.
date_from
Date
required=True
string='Start Date'
date_range_id
Many2one → date.range
comodel_name='date.range'
string='Date range'
date_to
Date
required=True
string='End Date'
department_ids
Many2many → hr.department
comodel_name='hr.department'
string='Departments'
employee_category_ids
Many2many → hr.employee.category
comodel_name='hr.employee.category'
string='Employee Tags'
employee_ids
Many2many → hr.employee
comodel_name='hr.employee'
string='Employees'
only_active_employees
Boolean
default=True
string='Only Active Employees'
action_view(self)
onchange_date_range_id(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/13.0/hr_utilization_analysis |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), CorporateHub |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), CorporateHub |
| COMMITTERS | |
| COMMITTERS | Alexey Pelykh, OCA Transbot, Adrien Peiffer, oca-travis, Weblate, OCA-git-bot, Tom Blauwendraat, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - hr_timesheet - hr - base_setup - base - web - bus - web_tour - resource - mail_bot - analytic - uom - project - portal - web_editor - http_routing - auth_signup - rating - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_utilization_analysis_entry_form |
hr.utilization.analysis.entry.form | hr.utilization.analysis.entry | form | New |
hr_utilization_analysis_entry_graph |
hr.utilization.analysis.entry.graph | hr.utilization.analysis.entry | graph | New |
hr_utilization_analysis_entry_pivot |
hr.utilization.analysis.entry.pivot | hr.utilization.analysis.entry | pivot | New |
hr_utilization_analysis_entry_search |
hr.utilization.analysis.entry.search | hr.utilization.analysis.entry | search | New |
hr_utilization_analysis_entry_tree |
hr.utilization.analysis.entry.tree | hr.utilization.analysis.entry | tree | New |
hr_utilization_analysis_wizard_form |
hr.utilization.analysis.wizard.form | hr.utilization.analysis.wizard | form | New |
date_from
Date
required=True
string='Start Date'
date_to
Date
required=True
string='End Date'
department_ids
Many2many → hr.department
comodel_name='hr.department'
string='Departments'
employee_category_ids
Many2many → hr.employee.category
comodel_name='hr.employee.category'
string='Employee Tags'
employee_ids
Many2many → hr.employee
comodel_name='hr.employee'
string='Employees'
entry_ids
One2many → hr.utilization.analysis.entry
comodel_name='hr.utilization.analysis.entry'
compute='_compute_entry_ids'
inverse_name='analysis_id'
store=True
string='Entries'
only_active_employees
Boolean
default=True
string='Only Active Employees'
No public methods.
amount
Float
compute='_compute_amount'
store=True
string='Quantity'
analysis_id
Many2one → hr.utilization.analysis
comodel_name='hr.utilization.analysis'
ondelete='cascade'
required=True
string='Analysis'
capacity
Float
compute='_compute_capacity'
store=True
string='Capacity'
date
Date
required=True
string='Date'
department_id
Many2one → hr.department
comodel_name='hr.department'
related='employee_id.department_id'
store=True
string='Department'
difference
Float
compute='_compute_difference'
store=True
string='Difference'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
required=True
string='Employee'
line_ids
Many2many → account.analytic.line
comodel_name='account.analytic.line'
compute='_compute_line_ids'
store=True
string='Timesheet Lines'
manager_id
Many2one → hr.employee
comodel_name='hr.employee'
related='employee_id.parent_id'
store=True
string='Manager'
name
Char
related='employee_id.name'
store=True
No public methods.
date_from
Date
required=True
string='Start Date'
date_range_id
Many2one → date.range
comodel_name='date.range'
string='Date range'
date_to
Date
required=True
string='End Date'
department_ids
Many2many → hr.department
comodel_name='hr.department'
string='Departments'
employee_category_ids
Many2many → hr.employee.category
comodel_name='hr.employee.category'
string='Employee Tags'
employee_ids
Many2many → hr.employee
comodel_name='hr.employee'
string='Employees'
only_active_employees
Boolean
default=True
string='Only Active Employees'
action_view(self)
onchange_date_range_id(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/12.0/hr_utilization_analysis |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), CorporateHub |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), CorporateHub |
| COMMITTERS | |
| COMMITTERS | Alexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range odoo/odoo: - hr_timesheet - hr - base_setup - base - web - bus - web_tour - resource - analytic - decimal_precision - uom - project - portal - http_routing - rating - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_utilization_analysis_entry_form |
hr.utilization.analysis.entry.form | hr.utilization.analysis.entry | form | New |
hr_utilization_analysis_entry_graph |
hr.utilization.analysis.entry.graph | hr.utilization.analysis.entry | graph | New |
hr_utilization_analysis_entry_pivot |
hr.utilization.analysis.entry.pivot | hr.utilization.analysis.entry | pivot | New |
hr_utilization_analysis_entry_search |
hr.utilization.analysis.entry.search | hr.utilization.analysis.entry | search | New |
hr_utilization_analysis_entry_tree |
hr.utilization.analysis.entry.tree | hr.utilization.analysis.entry | tree | New |
hr_utilization_analysis_wizard_form |
hr.utilization.analysis.wizard.form | hr.utilization.analysis.wizard | form | New |
date_from
Date
required=True
string='Start Date'
date_to
Date
required=True
string='End Date'
department_ids
Many2many → hr.department
comodel_name='hr.department'
string='Departments'
employee_category_ids
Many2many → hr.employee.category
comodel_name='hr.employee.category'
string='Employee Tags'
employee_ids
Many2many → hr.employee
comodel_name='hr.employee'
string='Employees'
entry_ids
One2many → hr.utilization.analysis.entry
comodel_name='hr.utilization.analysis.entry'
compute='_compute_entry_ids'
inverse_name='analysis_id'
store=True
string='Entries'
only_active_employees
Boolean
default=True
string='Only Active Employees'
No public methods.
amount
Float
compute='_compute_amount'
store=True
string='Quantity'
analysis_id
Many2one → hr.utilization.analysis
comodel_name='hr.utilization.analysis'
ondelete='cascade'
required=True
string='Analysis'
capacity
Float
compute='_compute_capacity'
store=True
string='Capacity'
date
Date
required=True
string='Date'
department_id
Many2one → hr.department
comodel_name='hr.department'
related='employee_id.department_id'
store=True
string='Department'
difference
Float
compute='_compute_difference'
store=True
string='Difference'
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
required=True
string='Employee'
line_ids
Many2many → account.analytic.line
comodel_name='account.analytic.line'
compute='_compute_line_ids'
store=True
string='Timesheet Lines'
manager_id
Many2one → hr.employee
comodel_name='hr.employee'
related='employee_id.parent_id'
store=True
string='Manager'
name
Char
related='employee_id.name'
store=True
No public methods.
date_from
Date
required=True
string='Start Date'
date_range_id
Many2one → date.range
comodel_name='date.range'
string='Date range'
date_to
Date
required=True
string='End Date'
department_ids
Many2many → hr.department
comodel_name='hr.department'
string='Departments'
employee_category_ids
Many2many → hr.employee.category
comodel_name='hr.employee.category'
string='Employee Tags'
employee_ids
Many2many → hr.employee
comodel_name='hr.employee'
string='Employees'
only_active_employees
Boolean
default=True
string='Only Active Employees'
action_view(self)
onchange_date_range_id(self)