mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-14 01:41:26 -06:00
17 lines
551 B
Python
17 lines
551 B
Python
# 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": "18.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"],
|
|
}
|