Repository
OCA/website · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/website
Last tracking update
2026-08-07 08:42:59
Authors
Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios
Maintainers
Odoo Community Association (OCA), Grupo ESOC Ingeniería de Servicios
Committers
Anjeel Haria, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This module allows you to have breadcrumbs in any page of your website.
But if an URL is not present in a menu (as indicated in the
Configuration section), no breadcrumbs will display.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
breadcrumb Breadcrumb snippet ir.ui.view qweb New
layout Breadcrumbs ir.ui.view qweb Inherits website.layout
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • get_parents(self, revert=False, include_self=False)
    List current menu's parents. :param bool revert: Indicates if the result must be revert before returning. Activating this will mean that the result will be ordered from parent to child. :param bool include_self: Indicates if the current menu item must be included in the result. :return list: Menu items ordered from child to parent, unless ``revert=True``.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…