knowledge/document_page_access_group/__manifest__.py
2025-05-13 22:51:53 +00:00

20 lines
636 B
Python

# Copyright 2022 Manuel Regidor <manuel.regidor@sygel.es>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Document Page Access Group",
"summary": "Choose groups to access document pages",
"version": "18.0.1.0.1",
"category": "document_knowledge",
"website": "https://github.com/OCA/knowledge",
"author": "Sygel, Creu Blanca, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"document_page",
"document_knowledge",
],
"data": ["views/document_page.xml", "security/security.xml"],
}