Files
public/ir_rule_protected/__manifest__.py

15 lines
517 B
Python

{
"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,
}