Task Logs Utilization Analysis

hr_utilization_analysis
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/14.0/hr_utilization_analysis
VERSION
VERSION 2.0.1
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub
COMMITTERS
COMMITTERSAlexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, dsolanki, schhatbar
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
odoo/odoo:
    - hr_timesheet
    - hr
    - base_setup
    - base
    - web
    - mail
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (7)
  • 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'
Public methods (0)

No public methods.

New fields (10)
  • 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
Public methods (0)

No public methods.

New fields (7)
  • 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'
Public methods (2)
  • action_view(self)
  • onchange_date_range_id(self)
    @api.onchange('date_range_id')
    Handle date range change.
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/13.0/hr_utilization_analysis
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub
COMMITTERS
COMMITTERSAlexey Pelykh, OCA Transbot, Adrien Peiffer, oca-travis, Weblate, OCA-git-bot, Tom Blauwendraat, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
odoo/odoo:
    - hr_timesheet
    - hr
    - base_setup
    - base
    - web
    - mail
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (7)
  • 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'
Public methods (0)

No public methods.

New fields (10)
  • 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
Public methods (0)

No public methods.

New fields (7)
  • 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'
Public methods (2)
  • action_view(self)
  • onchange_date_range_id(self)
    @api.onchange('date_range_id')
    Handle date range change.
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/12.0/hr_utilization_analysis
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub
COMMITTERS
COMMITTERSAlexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
odoo/odoo:
    - hr_timesheet
    - hr
    - base_setup
    - base
    - web
    - mail
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (7)
  • 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'
Public methods (0)

No public methods.

New fields (10)
  • 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
Public methods (0)

No public methods.

New fields (7)
  • 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'
Public methods (2)
  • action_view(self)
    @api.multi
  • onchange_date_range_id(self)
    @api.onchange('date_range_id')
    Handle date range change.