-
-
Notifications
You must be signed in to change notification settings - Fork 361
Expand file tree
/
Copy path=
More file actions
22 lines (21 loc) · 676 Bytes
/
=
File metadata and controls
22 lines (21 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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",
],
}