[ADD] document_page_access_group_user_role: New module

TT48787
This commit is contained in:
Víctor Martínez
2024-05-31 12:29:33 +02:00
committed by Anusha
parent a014c5a848
commit acf7f9f618
15 changed files with 707 additions and 0 deletions

View 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"],
}