mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 12:22:18 -06:00
[ADD] document_page_group
[UPD] Update document_page_group.pot [UPD] README.rst
This commit is contained in:
committed by
Bhavesh Heliconia
parent
a014c5a848
commit
1feac29cea
19
document_page_group/__manifest__.py
Normal file
19
document_page_group/__manifest__.py
Normal 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',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user