TIP: You can type at any time to perform a new search.
CRM Action
crm_action · OCA/crm
- Repository
- OCA/crm · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Others
- Folder size
- 0.02 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 07:17:43
- Authors
- Savoir-faire Linux, Odoo Community Association (OCA)
- Maintainers
- Savoir-faire Linux, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Code Analysis ⓘ
Views touched (8)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_case_action_button_form_view |
CRM - Leads Action Button | crm.lead | form | Inherits crm.crm_case_form_view_leads |
crm_case_form_view_oppor |
CRM - Leads Form | crm.lead | form | Inherits crm.crm_case_form_view_oppor |
crm_case_form_view_oppor |
CRM - Leads Form | crm.lead | form | Inherits crm.crm_case_form_view_oppor |
view_action_form |
crm.action.form | crm.action | form | New |
view_action_tree |
crm.action.tree | crm.action | tree | New |
view_action_type_tree |
crm.action.type.tree | crm.action.type | tree | New |
view_crm_action_filter |
CRM - Actions | crm.action | search | New |
view_crm_action_type_filter |
CRM - Actions | crm.action.type | search | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (7)
-
action_typeMany2one → crm.action.typedefault=default_action_typerequired=Truestring='Type' args: 'crm.action.type' -
dateDatedefault=fields.Date.context_todayrequired=True args: 'Date' -
detailsTextargs: 'Details' -
lead_idMany2one → crm.leadondelete='cascade'string='Lead' args: 'crm.lead' -
partner_idMany2one → res.partnerstring='Customer' args: 'res.partner' -
stateSelectiondefault='draft'required=Truestring='Status' args: [('draft', 'Draft'), ('done', 'Done')] -
user_idMany2one → res.usersdefault=<expr>required=Truestring='User' args: 'res.users'
-
button_confirm(self)@api.multi -
button_set_to_draft(self)@api.multi -
check_change(self)@api.onchange('lead_id') -
default_action_type(self) -
search_action_types(self)
New fields (3)
-
is_activeBooleandefault=True args: 'Active' -
nameCharrequired=Truetranslate=True args: 'Name' -
priorityIntegerdefault=0required=True args: 'Priority'
No public methods.
New fields (2)
-
action_idsOne2many → crm.actionstring='Actions' args: 'crm.action', 'lead_id' -
actions_countIntegercompute='count_actions'
-
button_actions(self)@api.multi -
count_actions(self)
Loading…
Loading…