mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[ADD]document_page_access_group: Add access groups to document pages
This commit is contained in:
19
document_page_access_group/__manifest__.py
Normal file
19
document_page_access_group/__manifest__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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": "14.0.1.0.0",
|
||||
"category": "Knowledge",
|
||||
"website": "https://github.com/OCA/knowledge",
|
||||
"author": "Sygel, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": [
|
||||
"document_page",
|
||||
"knowledge",
|
||||
],
|
||||
"data": ["views/document_page.xml", "security/security.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user