TIP: You can type at any time to perform a new search.
Register a lead directly in an event
crm_lead_to_event_registration · OCA/event
- Repository
- OCA/event · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Marketing
- Folder size
- 0.13 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/event
- Last tracking update
- 2026-08-07 07:32:02
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Weblate, OCA-git-bot, oca-travis, Victor M.M. Torres
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
event_pick_view |
Event picker | crm.lead.event.pick | form | New |
view_crm_lead2opportunity_partner |
Lead to opportunity wizard (with event registration) | crm.lead2opportunity.partner | Inherits crm.view_crm_lead2opportunity_partner | |
view_crm_lead_form |
Link to registration | crm.lead | form | Inherits crm.crm_case_form_view_leads |
view_crm_opportunity_form |
Link to registration | crm.lead | form | Inherits crm.crm_case_form_view_oppor |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
event_registration_idMany2one → event.registrationcomodel_name='event.registration'help='Registration generated by this lead/opportunity.'readonly=Truestring='Event registration'
-
action_check_status_confirm_registration(self)@api.multiIf the opportunity is won/lost, open/cancel registration. -
action_generate_event_registration(self, event)@api.multiGenerate an event registration. -
create(self, vals)@api.model -
write(self, vals)@api.multi
New fields (2)
-
event_idMany2one → event.eventhelp='Event where the registration will be created.'required=True args: 'event.event', 'Event' -
lead_idMany2one → crm.leaddefault=<expr>help='Lead/Opportunity from where to get contact information.' args: 'crm.lead', 'Lead/Opportunity'
-
action_accept(self)@api.multi
New fields (1)
-
event_idMany2one → event.eventcomodel_name='event.event'string='Create registration in this event'
-
action_apply(self)@api.multi
Loading…
Loading…
Loading…