TIP: You can type at any time to perform a new search.
CRM won reason
crm_won_reason · 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:42:48
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- OCA-git-bot, oca-ci, Alejandro Parrales
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_lead_view_form |
crm.lead.form.inherit | crm.lead | form | Inherits crm.crm_lead_view_form |
crm_lead_win_view_form |
crm.lead.won.form | crm.lead.won | form | New |
crm_lost_reason_view_tree |
crm.lost.reason.tree.inherit | crm.lost.reason | tree | Inherits crm.crm_lost_reason_view_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
won_reason_idMany2one → crm.lost.reasonargs: 'crm.lost.reason'
No public methods.
New fields (1)
-
lost_reason_idMany2onedomain="[('reason_type', 'in', (False, 'lost'))]"
No public methods.
New fields (1)
-
won_reason_idMany2one → crm.lost.reasondomain="[('reason_type', 'in', (False, 'won'))]" args: 'crm.lost.reason', 'Won Reason'
-
action_win_reason_apply(self)
New fields (1)
-
reason_typeSelectiondefault='lost' args: [('won', 'Won'), ('lost', 'Lost')]
No public methods.
Loading…