Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
Usability
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:17:43
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Holger Brunn, Pedro M. Baeza, OCA-git-bot, oca-travis, OCA Git Bot
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets_backend web_menu_navbar_needaction assets ir.ui.view qweb Inherits web.assets_backend
edit_menu_access ir.ui.menu Inherits base.edit_menu_access
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • needaction Boolean
    default=True help='Set to False to disable needaction for specific menu items'
  • needaction_domain Text
    help="If your menu item needs a different domain, set it here. It will override the model's needaction domain completely."
Public methods (2)
  • get_navbar_needaction_data(self)
    @api.multi
    Return aggregated needaction data for all children of self
  • get_needaction_data(self)
    @api.multi

Loading…

Loading…