Repository
OCA/event · module folder · Try on Runboat
Module version
1.0.0
Category
Marketing
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/event
Last tracking update
2026-08-07 08:23:12
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
pilarvargas-tecnativa, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This module extends the functionality of website events and CRM to
support inviting customers to register to events of the selected
category and to allow you to have less administrative work to do, mostly
if they register by themselves.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_lead_view_form Add button to invite to website of event type crm.lead form Inherits crm.crm_lead_view_form
crm_stage_form Add auto_invite_website_event_type crm.stage form Inherits crm.crm_stage_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (2)
  • auto_invite_warning Boolean
    compute='_compute_auto_invite_warning'
  • event_type_website_url Char
    compute='_compute_event_type_url'
Public methods (1)
  • action_invite_to_website_event_type(self)
    Open mail to invite customer to subscribe on website.

New fields (2)
  • auto_advance_stage_invite_website_event_type Boolean
    help='When an opportunity in this stage is invited to a website event category, it will advance automatically to the next stage.' string='Advance stage automatically when inviting to website event category'
  • auto_invite_website_event_type Boolean
    help='When an opportunity is in this stage and there is any new event published for its category with available seats, opportunities found in this stage will get invited to it and moved to the next stage automatically.' string='Invite automatically to website event category'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
7 days ago
Last activity
4 days ago
Repository
OCA/event
Pull request
[19.0][MIG] website_event_crm_invitation: Migration to version 19.0 (#542)