[ADD] document_page_group

[UPD] Update document_page_group.pot

[UPD] README.rst
This commit is contained in:
Enric Tobella
2019-11-29 14:06:20 +01:00
committed by FernandoRomera
parent 809b5de267
commit 7a98191737
12 changed files with 615 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',
],
}