mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -06:00
[IMP] document_page_project: black, isort
This commit is contained in:
committed by
ntsirintanis
parent
cd39224667
commit
1632ae9ef0
@@ -3,22 +3,15 @@
|
||||
# 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',
|
||||
"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,
|
||||
"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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user