mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 04:12:18 -06:00
[ADD] document_page_access_group_user_role: New module
TT48787
This commit is contained in:
16
document_page_access_group_user_role/__manifest__.py
Normal file
16
document_page_access_group_user_role/__manifest__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2024 Tecnativa - Víctor Martínez
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Document Page Access Group User Role",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/knowledge",
|
||||
"version": "16.0.1.0.0",
|
||||
"depends": ["document_page_access_group", "base_user_role"],
|
||||
"license": "AGPL-3",
|
||||
"category": "Knowledge",
|
||||
"data": [
|
||||
"views/document_page_views.xml",
|
||||
],
|
||||
"installable": True,
|
||||
"maintainers": ["victoralmau"],
|
||||
}
|
||||
Reference in New Issue
Block a user