mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-16 04:02:56 -06:00
25 lines
722 B
Python
25 lines
722 B
Python
# 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': 'Document Page Project',
|
|
'summary': 'This module links document pages to projects',
|
|
'version': '12.0.1.0.0',
|
|
"development_status": "Beta",
|
|
'category': 'Project',
|
|
'author': 'Eficent, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/knowledge',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'project',
|
|
'document_page',
|
|
],
|
|
'data': [
|
|
'views/document_page_views.xml',
|
|
'views/project_project_views.xml',
|
|
],
|
|
'installable': True,
|
|
}
|