[ADD] document_page_group

This commit is contained in:
Enric Tobella
2019-11-29 14:06:20 +01:00
committed by Du-ma
parent 52deb72a28
commit 873f0978ae
11 changed files with 580 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# 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': '11.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',
],
}