Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Events
Entity: event.event
Compute Method: _compute_website_menu_data
| Inputs | Method | Outputs |
|---|---|---|
|
""" Synchronize with website_menu at change and let people update them
at will afterwards. """
for event in self:
event.introduction_menu = event.website_menu
- event.location_menu = event.website_menu
event.register_menu = event.website_menu
|
|
