TIP: You can type at any time to perform a new search.
CRM stage multiple teams
crm_stage_multi_team · OCA/crm
- Repository
- OCA/crm · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Sales/CRM
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/crm
- Last tracking update
- 2026-08-07 08:42:48
- Authors
- Odoo SA, Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo SA, Odoo Community Association (OCA), Tecnativa
- Committers
- eduardo, Weblate, OCA-git-bot, oca-ci, eduezerouali-tecnativa
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module extends the CRM functionality to support **multi-team stages**. **Features:** - Adds a many2many field `team_ids` on CRM stages, allowing a stage to be shared by multiple sales teams. **Use cases:** - A company with multiple sales teams sharing some stages but also having exclusive ones. - Cleaner kanban views per team, avoiding irrelevant stages.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_lead_view_form_inherit |
crm.lead.form.inherit | crm.lead | form | Inherits crm.crm_lead_view_form |
crm_stage_form_inherit |
crm.stage.form.inherit | crm.stage | form | Inherits crm.crm_stage_form |
crm_stage_tree_inherit |
crm.stage.tree.inherit | crm.stage | tree | Inherits crm.crm_stage_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
team_idsMany2many → crm.teamstring='Sales Teams' args: 'crm.team'
-
write(self, vals)
Loading…