TIP: You can type at any time to perform a new search.
Crm Team Parent
crm_team_parent · OCA/crm
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsOne2many → crm.teamcomodel_name='crm.team'inverse_name='parent_id'string='Children team' -
parent_idMany2one → crm.teamcomodel_name='crm.team'string='Parent team' -
parent_pathCharindex=True
No public methods.
Loading…