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 IDNameModelTypeStatus
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_ids Many2many → crm.lead
    comodel_name='crm.lead' string='Opportunities'
  • model Selection
    ondelete={'crm.lead': 'cascade'} selection_add=[('crm.lead', 'Lead')]
  • stage_ids Many2many → crm.stage
    comodel_name='crm.stage'
Public methods (0)

No public methods.

Loading…