[ADD] base_user_effective_permissions

This commit is contained in:
Holger Brunn
2023-07-06 16:56:30 +02:00
parent 778242d9a9
commit 87c329def7
19 changed files with 784 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2023 Hunki Enterprises BV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
{
"name": "Effective permissions",
"summary": "Inspect effective permissions applying to a user",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Technical",
"website": "https://github.com/OCA/server-backend",
"author": "Hunki Enterprises BV, Odoo Community Association (OCA)",
"maintainers": ["hbrunn"],
"license": "AGPL-3",
"depends": [
"base",
],
"data": [
"security/ir.model.access.csv",
"views/res_users_effective_permission.xml",
"views/res_users.xml",
],
}