Website Megamenu

website_megamenu
REPOSITORY
REPOSITORYOCA/website
GIT
GIThttps://github.com/OCA/website.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/website/tree/12.0/website_megamenu
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYMenu/Megamenu
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Odoo S.A.
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Odoo S.A.
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Alexandre Díaz, OCA Transbot, Alexandre D. Díaz, oca-travis, Weblate, OCA-git-bot, Simone Rubino
WEBSITE
WEBSITEhttps://github.com/OCA/website/tree/12.0/website_megamenu
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - social_media
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
assets_editor assets_editor ir.ui.view qweb Inherits web_editor.assets_editor
assets_frontend assets_frontend ir.ui.view qweb Inherits website.assets_frontend
s_mega_menu_menu_image_menu Menu - Image - Menu ir.ui.view qweb New
s_mega_menu_multi_menus Multi-Menus ir.ui.view qweb New
snippet_options snippet_options ir.ui.view qweb Inherits website.snippet_options
snippets Mega Menu Snippets ir.ui.view qweb Inherits website.snippets
submenu submenu ir.ui.view qweb Inherits website.submenu
Models touched (1)

New fields (3)
  • is_mega_menu Boolean
    compute=_compute_field_is_mega_menu inverse=_set_field_is_mega_menu
  • mega_menu_classes Char
  • mega_menu_content Html
    prefetch=True sanitize=False translate=html_translate
Public methods (1)
  • get_tree(self, website_id, menu_id=None)
    @api.model