HR Org Chart

hr_org_chart
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/hr_org_chart
VERSION
VERSION 1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Thibault Delavallée, Yannick Tivisse, Odoo Online, Julien Castiaux, Julien Mougenot, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Dylan Kiss (dyki), Don Kendall, Xavier Bol (xbo), reka-odoo, nihp-odoo, Abdelrahman Mahmoud (amah), ahta, Michaël Mattiello, Maeva De Keyser (MDEK), romc-odoo, Laetitia (ldau), ksar-odoo, Elliot ELCO, flotchet, Ziri
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - digest
    - mail
    - bus
    - web_tour
    - html_editor
    - portal
    - http_routing
    - auth_signup
    - resource
    - phone_validation
    - resource_mail
    - web_hierarchy
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Org Chart Widget for HR
=======================

This module extend the employee form with a organizational chart.
(N+1, N+2, direct subordinates)
        

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
hr_department_hierarchy_view hr.departmnent.view.hierarchy hr.department hierarchy New
hr_employee_hierarchy_view hr.employee.view.hierarchy hr.employee hierarchy New
hr_employee_public_hierarchy_view hr.employee.public.hierarchy.view hr.employee.public hierarchy New
hr_employee_public_view_form_inherit_org_chart hr.employee.public.view.form.inherit.org_chart hr.employee.public xpath Inherits hr.hr_employee_public_view_form
hr_employee_view_form_inherit_org_chart hr.employee.view.form.inherit.org_chart hr.employee div Inherits hr.view_employee_form
hr_employee_view_graph_inherit_org_chart hr.employee.view.graph.inherit.org_chart hr.employee xpath Inherits hr.hr_employee_view_graph
hr_employee_view_pivot_inherit_org_chart hr.employee.view.pivot.inherit.org_chart hr.employee xpath Inherits hr.hr_employee_view_pivot
Models touched (4)

New fields (2)
  • is_subordinate Boolean
    compute='_compute_is_subordinate' search='_search_is_subordinate'
  • subordinate_ids One2many → hr.employee
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee'
Public methods (0)

No public methods.

New fields (3)
  • child_all_count Integer
    compute='_compute_subordinates' compute_sudo=True recursive=True store=False args: 'Indirect Subordinates Count'
  • child_count Integer
    compute='_compute_child_count' compute_sudo=True recursive=True args: 'Direct Subordinates Count'
  • department_color Integer
    related='department_id.color' args: 'Department Color'
Public methods (0)

No public methods.

New fields (2)
  • is_subordinate Boolean
    related='employee_id.is_subordinate'
  • subordinate_ids One2many
    compute_sudo=True related='employee_id.subordinate_ids'
Public methods (0)

No public methods.

New fields (3)
  • child_all_count Integer
    compute='_compute_child_all_count'
  • child_count Integer
    compute='_compute_child_count'
  • department_color Integer
    compute='_compute_department_color'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/hr_org_chart
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Aaron Bohy, Damien Bouvy, Yannick Tivisse, Odoo Online, Alexandre Kühn, Julien Mougenot, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Pierre Paridans, abd-msyukyu-odoo, Louis Wicket (wil), Dylan Kiss (dyki), Xavier Bol (xbo), Mélanie, Julien Carion (juca), Louis (wil), mano-odoo, sapp-odoo, ahta, Pierre Pulinckx (pipu), romc-odoo, ksar-odoo, Einar Andersen (eian)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - digest
    - mail
    - bus
    - web_tour
    - html_editor
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - phone_validation
    - resource_mail
    - web_hierarchy
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Org Chart Widget for HR
=======================

This module extend the employee form with a organizational chart.
(N+1, N+2, direct subordinates)
        

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
hr_department_hierarchy_view hr.departmnent.view.hierarchy hr.department hierarchy New
hr_employee_hierarchy_view hr.employee.view.hierarchy hr.employee hierarchy New
hr_employee_public_hierarchy_view hr.employee.public.hierarchy.view hr.employee.public hierarchy New
hr_employee_public_view_form_inherit_org_chart hr.employee.public.view.form.inherit.org_chart hr.employee.public xpath Inherits hr.hr_employee_public_view_form
hr_employee_view_form_inherit_org_chart hr.employee.view.form.inherit.org_chart hr.employee xpath Inherits hr.view_employee_form
hr_employee_view_graph_inherit_org_chart hr.employee.view.graph.inherit.org_chart hr.employee xpath Inherits hr.hr_employee_view_graph
hr_employee_view_pivot_inherit_org_chart hr.employee.view.pivot.inherit.org_chart hr.employee xpath Inherits hr.hr_employee_view_pivot
res_users_view_form res.users.preferences.view.form.inherit.org_chart res.users div Inherits hr.res_users_view_form_profile
Models touched (3)

New fields (2)
  • is_subordinate Boolean
    compute='_compute_is_subordinate' search='_search_is_subordinate'
  • subordinate_ids One2many → hr.employee
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee'
Public methods (0)

No public methods.

New fields (3)
  • child_all_count Integer
    compute='_compute_subordinates' compute_sudo=True recursive=True store=False args: 'Indirect Subordinates Count'
  • child_count Integer
    compute='_compute_child_count' compute_sudo=True recursive=True args: 'Direct Subordinates Count'
  • department_color Integer
    related='department_id.color' args: 'Department Color'
Public methods (0)

No public methods.

New fields (2)
  • is_subordinate Boolean
    compute='_compute_is_subordinate' search='_search_is_subordinate'
  • subordinate_ids One2many → hr.employee.public
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee.public'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/hr_org_chart
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Aaron Bohy, Odoo Online, Jorge Pinna Puissant, Xavier-Do, Samuel Degueldre, Tiffany Chang (tic), Pierre Paridans, Kevin Baptiste, Xavier BOL (xbo), Thomas Lefebvre (thle), Louis Wicket (wil), Malay Khamar, Jurgen (jugj), Dylan Kiss (dyki), Bruno Boi, Michael (mcm), Xavier Bol (xbo), Adesh Jolhe, Mélanie, Louis (wil), Elisabeth Dickinson, ahta, Pierre Pulinckx (pipu), romc-odoo, ksar-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - phone_validation
    - mail
    - bus
    - web_tour
    - resource
    - web_hierarchy
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Org Chart Widget for HR
=======================

This module extend the employee form with a organizational chart.
(N+1, N+2, direct subordinates)
        

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_department_hierarchy_view hr.departmnent.view.hierarchy hr.department hierarchy New
hr_employee_hierarchy_view hr.employee.view.hierarchy hr.employee hierarchy New
hr_employee_public_hierarchy_view hr.employee.public.hierarchy.view hr.employee.public hierarchy New
hr_employee_public_view_form_inherit_org_chart hr.employee.public.view.form.inherit.org_chart hr.employee.public xpath Inherits hr.hr_employee_public_view_form
hr_employee_view_form_inherit_org_chart hr.employee.view.form.inherit.org_chart hr.employee xpath Inherits hr.view_employee_form
res_users_view_form res.users.preferences.view.form.inherit.org_chart res.users div Inherits hr.res_users_view_form_profile
Models touched (3)

New fields (2)
  • is_subordinate Boolean
    compute='_compute_is_subordinate' search='_search_is_subordinate'
  • subordinate_ids One2many → hr.employee
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee'
Public methods (0)

No public methods.

New fields (3)
  • child_all_count Integer
    compute='_compute_subordinates' compute_sudo=True recursive=True store=False args: 'Indirect Subordinates Count'
  • child_count Integer
    compute='_compute_child_count' compute_sudo=True recursive=True args: 'Direct Subordinates Count'
  • department_color Integer
    related='department_id.color' args: 'Department Color'
Public methods (0)

No public methods.

New fields (2)
  • is_subordinate Boolean
    compute='_compute_is_subordinate' search='_search_is_subordinate'
  • subordinate_ids One2many → hr.employee.public
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee.public'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/hr_org_chart
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Yannick Tivisse, Jorge Pinna Puissant, Xavier-Do, Romeo Fragomeli, Gorash, William Braeckman, Kevin Baptiste, Malay Khamar, Jurgen (jugj), Adesh Jolhe, stefanorigano (SRI), Martin Trigaux (mat), ahta
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Org Chart Widget for HR
=======================

This module extend the employee form with a organizational chart.
(N+1, N+2, direct subordinates)
        

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
hr_employee_public_view_form_inherit_org_chart hr.employee.public.view.form.inherit.org_chart hr.employee.public xpath Inherits hr.hr_employee_public_view_form
hr_employee_view_form_inherit_org_chart hr.employee.view.form.inherit.org_chart hr.employee div Inherits hr.view_employee_form
res_users_view_form res.users.preferences.view.form.inherit.org_chart res.users div Inherits hr.res_users_view_form_profile
Models touched (3)

New fields (1)
  • subordinate_ids One2many → hr.employee
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee'
Public methods (0)

No public methods.

New fields (1)
  • child_all_count Integer
    compute='_compute_subordinates' compute_sudo=True recursive=True store=False args: 'Indirect Subordinates Count'
Public methods (0)

No public methods.

New fields (1)
  • subordinate_ids One2many → hr.employee.public
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee.public'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/hr_org_chart
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Xavier-Do, Julien Mougenot, Tiffany Chang (tic), William Braeckman, Kevin Baptiste, Jurgen (jugj), Leonardo Pavan Rocha
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Org Chart Widget for HR
=======================

This module extend the employee form with a organizational chart.
(N+1, N+2, direct subordinates)
        

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
hr_employee_public_view_form_inherit_org_chart hr.employee.public.view.form.inherit.org_chart hr.employee.public xpath Inherits hr.hr_employee_public_view_form
hr_employee_view_form_inherit_org_chart hr.employee.view.form.inherit.org_chart hr.employee div Inherits hr.view_employee_form
res_users_view_form res.users.preferences.view.form.inherit.org_chart res.users div Inherits hr.res_users_view_form_profile
Models touched (3)

New fields (1)
  • subordinate_ids One2many → hr.employee
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee'
Public methods (0)

No public methods.

New fields (1)
  • child_all_count Integer
    compute='_compute_subordinates' compute_sudo=True recursive=True store=False args: 'Indirect Subordinates Count'
Public methods (0)

No public methods.

New fields (1)
  • subordinate_ids One2many → hr.employee.public
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee.public'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/hr_org_chart
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, GitHub, Yannick Tivisse, Xavier-Do, Julien Mougenot, fw-bot, jbm-odoo, William Braeckman, Kevin Baptiste, Jurgen (jugj)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Org Chart Widget for HR
=======================

This module extend the employee form with a organizational chart.
(N+1, N+2, direct subordinates)
        

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
_assets_primary_variables _assets_primary_variables ir.ui.view qweb Inherits web._assets_primary_variables
assets_backend hr_org_chart_assets_backend ir.ui.view qweb Inherits web.assets_backend
hr_employee_public_view_form_inherit_org_chart hr.employee.public.view.form.inherit.org_chart hr.employee.public xpath Inherits hr.hr_employee_public_view_form
hr_employee_view_form_inherit_org_chart hr.employee.view.form.inherit.org_chart hr.employee div Inherits hr.view_employee_form
qunit_suite qunit_suite ir.ui.view qweb Inherits web.qunit_suite_tests
res_users_view_form res.users.preferences.view.form.inherit.org_chart res.users div Inherits hr.res_users_view_form_profile
Models touched (3)

New fields (1)
  • subordinate_ids One2many → hr.employee
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee'
Public methods (0)

No public methods.

New fields (1)
  • child_all_count Integer
    compute='_compute_subordinates' compute_sudo=True store=False args: 'Indirect Subordinates Count'
Public methods (0)

No public methods.

New fields (1)
  • subordinate_ids One2many → hr.employee.public
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee.public'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/hr_org_chart
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Aaron Bohy, Yannick Tivisse, qsm-odoo, Odoo Online, Toufik Ben Jaa, Xavier-Do, Sébastien Theys, Lucas Lefèvre, Swapnesh Shah, jbm-odoo, William Braeckman, Kevin Baptiste
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - mail_bot
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Org Chart Widget for HR
=======================

This module extend the employee form with a organizational chart.
(N+1, N+2, direct subordinates)
        

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
_assets_primary_variables _assets_primary_variables ir.ui.view qweb Inherits web._assets_primary_variables
assets_backend hr_org_chart_assets_backend ir.ui.view qweb Inherits web.assets_backend
hr_employee_public_view_form_inherit_org_chart hr.employee.public.view.form.inherit.org_chart hr.employee.public xpath Inherits hr.hr_employee_public_view_form
hr_employee_view_form_inherit_org_chart hr.employee.view.form.inherit.org_chart hr.employee div Inherits hr.view_employee_form
qunit_suite qunit_suite ir.ui.view qweb Inherits web.qunit_suite
res_users_view_form res.users.preferences.view.form.inherit.org_chart res.users div Inherits hr.res_users_view_form_profile
Models touched (3)

New fields (1)
  • subordinate_ids One2many → hr.employee
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee'
Public methods (0)

No public methods.

New fields (1)
  • child_all_count Integer
    compute='_compute_subordinates' compute_sudo=True store=False args: 'Indirect Surbordinates Count'
Public methods (0)

No public methods.

New fields (1)
  • subordinate_ids One2many → hr.employee.public
    compute='_compute_subordinates' compute_sudo=True help='Direct and indirect subordinates' string='Subordinates' args: 'hr.employee.public'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/hr_org_chart
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Nicolas Lempereur, GitHub, qsm-odoo, XavierDo, Xavier-Do, David Beguin
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Org Chart Widget for HR
=======================

This module extend the employee form with a organizational chart.
(N+1, N+2, direct subordinates)
        

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
_assets_backend_helpers _assets_backend_helpers ir.ui.view qweb Inherits web._assets_backend_helpers
assets_backend hr_org_chart_assets_backend ir.ui.view qweb Inherits web.assets_backend
hr_employee_view_form_inherit_org_chart hr.employee.view.form.inherit.org_chart hr.employee div Inherits hr.view_employee_form
qunit_suite qunit_suite ir.ui.view qweb Inherits web.qunit_suite
Models touched (1)

New fields (1)
  • child_all_count Integer
    compute='_compute_child_all_count' store=False args: 'Indirect Surbordinates Count'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/hr_org_chart
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Thibault Delavallée, Christophe Simonis, Richard Mathot, Aaron Bohy, GitHub, qsm-odoo, Odoo Online, Jorge Pinna Puissant, amoyaux
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Org Chart Widget for HR
=======================

This module extend the employee form with a organizational chart.
(N+1, N+2, direct subordinates)
        

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_backend hr_org_chart_assets_backend ir.ui.view qweb Inherits web.assets_backend
hr_employee_view_form_inherit_org_chart hr.employee.view.form.inherit.org_chart hr.employee div Inherits hr.view_employee_form
qunit_suite qunit_suite ir.ui.view qweb Inherits web.qunit_suite
Models touched (1)

New fields (1)
  • child_all_count Integer
    compute='_compute_child_all_count' store=False args: 'Indirect Surbordinates Count'
Public methods (0)

No public methods.