Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/crm
Last tracking update
2026-08-07 08:42:47
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
sbejaoui, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits sales_team.crm_team_view_form
crm_team_tree_view crm.team tree Inherits sales_team.crm_team_view_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…