Crm Team Parent

crm_team_parent
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/18.0/crm_team_parent
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSsbejaoui, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a 'Parent Team' field on the Sales Team form. This
field is also displayed in the Sales Teams list. Plus, a constraint
check is performed in order to avoid loops in the hierarchy.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_team_form_view crm.team field Inherits sales_team.crm_team_view_form
crm_team_tree_view crm.team xpath Inherits sales_team.crm_team_view_tree
Models touched (1)

New fields (3)
  • child_ids One2many → crm.team
    comodel_name='crm.team' inverse_name='parent_id' string='Children team'
  • parent_id Many2one → crm.team
    comodel_name='crm.team' string='Parent team'
  • parent_path Char
    index=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/12.0/crm_team_parent
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSHolger Brunn, sbejaoui, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_team_form_view crm.team.form (in crm_team_parent) crm.team field Inherits sales_team.crm_team_view_form
crm_team_tree_view crm.team.tree (in crm_team_parent) crm.team xpath Inherits sales_team.crm_team_view_tree
Models touched (1)

New fields (3)
  • child_ids One2many → crm.team
    comodel_name='crm.team' inverse_name='parent_id' string='Children team'
  • parent_id Many2one → crm.team
    comodel_name='crm.team' string='Parent team'
  • parent_path Char
    index=True
Public methods (0)

No public methods.