mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 07:24:48 -06:00
20 lines
636 B
Python
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"],
|
|
}
|