TIP: You can type at any time to perform a new search.
CRM Exception
crm_exception · OCA/crm
- Repository
- OCA/crm · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Customer Relationship Management
- 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:22:54
- Authors
- Odoo Community Association (OCA), Quartile Limited
- Maintainers
- Odoo Community Association (OCA), Quartile Limited
- Committers
- OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows you to attach several customizable exceptions to your opportunities. You can also define an exception rule to be applied to specific CRM stages.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_lead_view_form |
crm.lead.form.inherit | crm.lead | form | Inherits crm.crm_lead_view_form |
view_exception_rule_form_inherit |
exception.rule.form | exception.rule | form | Inherits base_exception.view_exception_rule_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
write(self, vals)
New fields (3)
-
crm_lead_idsMany2many → crm.leadcomodel_name='crm.lead'string='Opportunities' -
modelSelectionondelete={'crm.lead': 'cascade'}selection_add=[('crm.lead', 'Lead')] -
stage_idsMany2many → crm.stagecomodel_name='crm.stage'
No public methods.
Loading…