Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
15
access_settings_menu/__manifest__.py
Normal file
15
access_settings_menu/__manifest__.py
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Show settings menu for non-admin",
|
||||
"summary": """Allows to make Settings menu visible for non-admins""",
|
||||
"version": "19.0.2.0.0",
|
||||
"author": "IT-Projects LLC, Ivan Yelizariev",
|
||||
"category": "Extra Tools",
|
||||
"images": ["images/banner.png"],
|
||||
"support": "apps@itpp.dev",
|
||||
"website": "https://twitter.com/OdooFree",
|
||||
"license": "Other OSI approved licence", # MIT
|
||||
"depends": ["access_restricted"],
|
||||
"data": ["security/access_settings_menu_security.xml"],
|
||||
"demo": ["security/access_settings_menu_security_demo.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user