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 IDNameModelTypeStatus
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_id Many2one → event.registration
    comodel_name='event.registration' help='Registration generated by this lead/opportunity.' readonly=True string='Event registration'
Public methods (4)
  • action_check_status_confirm_registration(self)
    @api.multi
    If the opportunity is won/lost, open/cancel registration.
  • action_generate_event_registration(self, event)
    @api.multi
    Generate an event registration.
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

New fields (2)
  • event_id Many2one → event.event
    help='Event where the registration will be created.' required=True args: 'event.event', 'Event'
  • lead_id Many2one → crm.lead
    default=<expr> help='Lead/Opportunity from where to get contact information.' args: 'crm.lead', 'Lead/Opportunity'
Public methods (1)
  • action_accept(self)
    @api.multi

New fields (1)
  • event_id Many2one → event.event
    comodel_name='event.event' string='Create registration in this event'
Public methods (1)
  • action_apply(self)
    @api.multi

Loading…

Loading…

Loading…