mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 13:22:19 -06:00
[IMP] document_page_portal: black, isort, prettier
This commit is contained in:
committed by
kaynnan
parent
b3cd765358
commit
f9ec6231c9
@@ -3,26 +3,22 @@
|
||||
|
||||
|
||||
{
|
||||
'name': 'Document Page Portal',
|
||||
'summary': """
|
||||
"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',
|
||||
"version": "13.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