knowledge/document_page_group/__manifest__.py
Jaime Arroyo 53e8a292a2 [13.0][MIG] document_page_group
[UPD] Update document_page_group.pot

[UPD] README.rst
2022-12-08 09:00:40 +01:00

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": "13.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"],
}