mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-20 10:16:45 -06:00

[UPD] Update document_page_group.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-14.0/knowledge-14.0-document_page_group Translate-URL: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-document_page_group/
15 lines
479 B
Python
15 lines
479 B
Python
# Copyright 2019 Creu Blanca
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Document Page Group",
|
|
"summary": """
|
|
Define access groups on documents""",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/knowledge",
|
|
"depends": ["document_page"],
|
|
"data": ["security/document_page_security.xml", "views/document_page.xml"],
|
|
}
|