mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 13:22:19 -06:00
[ADD] document_page_portal
This commit is contained in:
28
document_page_portal/__manifest__.py
Normal file
28
document_page_portal/__manifest__.py
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright (C) 2020 - TODAY, Marcel Savegnago - Escodoo).
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
|
||||
{
|
||||
'name': 'Document Page Portal',
|
||||
'summary': """
|
||||
This module enables document page portal""",
|
||||
'version': '12.0.1.0.0',
|
||||
'category': 'Knowledge Management',
|
||||
'author': 'Escodoo, Odoo Community Association (OCA)',
|
||||
'maintainers': ['marcelsavegnago'],
|
||||
'images': ['static/description/banner.png'],
|
||||
'website': 'https://github.com/OCA/knowledge',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'base',
|
||||
'portal',
|
||||
'document_page'
|
||||
],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
'views/document_page.xml',
|
||||
'security/document_page_portal_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'views/document_page_portal_templates.xml',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user