mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 02:32:06 +00:00
18 lines
611 B
Python
18 lines
611 B
Python
|
# Copyright 2020 Tecnativa - Víctor Martínez
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
{
|
||
|
"name": "Base Menu Visibility Restriction",
|
||
|
"version": "3.0.1.0.0",
|
||
|
"category": "Extra Tools",
|
||
|
"development_status": "Production/Stable",
|
||
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||
|
"summary": "Restrict (with groups) menu visibilty",
|
||
|
"website": "https://gitlab.com/flectra-community/server-ux",
|
||
|
"license": "AGPL-3",
|
||
|
"depends": ["web_tour"],
|
||
|
"maintainers": ["victoralmau"],
|
||
|
"data": ["views/ir_ui_menu.xml"],
|
||
|
"installable": True,
|
||
|
}
|