Repository
OCA/event · module folder · Try on Runboat
Module version
1.1.1
Category
Marketing
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/event
Last tracking update
2026-08-07 07:38:31
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Jairo Llopis, david, Weblate, OCA Transbot, OCA-git-bot, oca-travis, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

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 (1)
  • send_mail(self, auto_commit=False)
    Advance stage automatically if possible.

Loading…