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

View 18.0 View 19.0
Inputs Method Outputs
  • website_menu
""" 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
  • introduction_menu
  • location_menu
  • register_menu

Back to entity