mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[11.0][ADD] document_page_project
This commit is contained in:
committed by
Bhavesh Heliconia
parent
a014c5a848
commit
7742c09195
24
document_page_project/__manifest__.py
Normal file
24
document_page_project/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
|
||||
# (http://www.eficent.com) - Lois Rilo
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': 'Project Wiki',
|
||||
'description': 'This module links document pages to projects',
|
||||
'version': '11.0.1.0.0',
|
||||
"development_status": "Beta",
|
||||
'category': 'Project',
|
||||
'author': 'Efient, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/project',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'project',
|
||||
'document_page',
|
||||
],
|
||||
'data': [
|
||||
'views/document_page_views.xml',
|
||||
'views/project_project_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user