Repository
OCA/website · module folder · Try on Runboat
Module version
0.1.0
Category
Website
Folder size
0.0 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.versada.lt
Last tracking update
2026-08-07 07:17:49
Authors
Odoo Community Association (OCA), Versada UAB
Maintainers
Odoo Community Association (OCA), Versada UAB
Committers
Pedro M. Baeza
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
Enables specifying languages for Website Menus.

When website is viewed in specific language only Menus in that language will
be displayed.

TODO:
* Restrict direct URL access for pages of unspecified language
* Proper sitemap.xml generation
* Theme compatibility
* Tests
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
menu_multilang Multilanguage support for Menus ir.ui.view qweb Inherits website.layout
menu_tree_inherit website.menu.tree.inherit website.menu tree Inherits website.menu_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • available_in_lang(self, request_lang)
    Check if menu is available in specific Language :param string request_lang: language code to check against

Loading…

Loading…