TIP: You can type at any time to perform a new search.
CRM stage probability
crm_stage_probability · OCA/crm
- Repository
- OCA/crm · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Sales/CRM
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/crm
- Last tracking update
- 2026-08-07 09:06:23
- Authors
- Camptocamp, Odoo SA, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo SA, Odoo Community Association (OCA)
- Committers
- Christopher Rogos, Weblate, OCA-git-bot, oca-ci, C4A8 Migration Bot
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module restore the CRM feature from Odoo \<= 12.0 with lead probability according to its stage.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_lead_stage_search_inherit |
Stage - Search - inherit | crm.stage | search | Inherits crm.crm_lead_stage_search |
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 |
view_crm_lead_stage_probability_update |
crm.lead.stage.probability.update.form | crm.lead.stage.probability.update | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (3)
-
is_stage_probabilityBooleancompute='_compute_is_stage_probability'readonly=True -
probabilityFloatdefault=<expr> -
stage_probabilityFloatreadonly=Truerelated='stage_id.probability'
-
action_set_stage_probability(self) -
write(self, vals)
New fields (1)
-
crm_stage_update_idsMany2many → crm.lead.stage.probability.update.linereadonly=True args: 'crm.lead.stage.probability.update.line', 'crm_lead_stage_probability_update_line_rel', 'wizard_id', 'stage_id'
-
default_get(self, fields_list)@api.model -
execute(self)
New fields (3)
-
lead_countIntegercompute='_compute_lead_count'readonly=True args: 'No of leads' -
stage_idMany2one → crm.stagedomain=[('on_change', '=', True)]readonly=True args: 'crm.stage' -
wizard_idMany2many → crm.lead.stage.probability.updatereadonly=True args: 'crm.lead.stage.probability.update', 'crm_lead_stage_probability_update_line_rel', 'stage_id', 'wizard_id'
No public methods.
New fields (2)
-
on_changeBooleanhelp='Setting this stage will change the probability automatically on the opportunity.' args: 'Change Probability Automatically' -
probabilityFloatdefault=10.0help='This percentage depicts the default/average probability of the Case for this stage to be a success'required=True args: 'Probability (%)'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…