Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
14
ir_rule_protected/__manifest__.py
Normal file
14
ir_rule_protected/__manifest__.py
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Protect ir.rule records",
|
||||
"summary": "Non-superuser admins cannot change protected ir.rule or uninstall this module",
|
||||
"version": "19.0.1.0.0",
|
||||
"author": "IT-Projects LLC, Ivan Yelizariev",
|
||||
"category": "Extra Tools",
|
||||
"images": ["images/banner.jpg"],
|
||||
"support": "apps@itpp.dev",
|
||||
"website": "https://www.odoo.com/apps/modules/14.0/ir_rule_protected/",
|
||||
"license": "Other OSI approved licence", # MIT
|
||||
"depends": [],
|
||||
"data": ["views.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user