mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[IMP] document_page: black, isort
This commit is contained in:
@@ -3,36 +3,31 @@
|
||||
|
||||
|
||||
{
|
||||
'name': 'Document Page',
|
||||
'version': '12.0.1.1.0',
|
||||
'category': 'Knowledge Management',
|
||||
'author': 'OpenERP SA, Odoo Community Association (OCA)',
|
||||
'images': [
|
||||
'images/category_list.png',
|
||||
'images/create_category.png',
|
||||
'images/page_list.png',
|
||||
'images/create_page.png',
|
||||
'images/customer_invoice.jpeg',
|
||||
'images/page_history.png',
|
||||
"name": "Document Page",
|
||||
"version": "12.0.1.1.0",
|
||||
"category": "Knowledge Management",
|
||||
"author": "OpenERP SA, Odoo Community Association (OCA)",
|
||||
"images": [
|
||||
"images/category_list.png",
|
||||
"images/create_category.png",
|
||||
"images/page_list.png",
|
||||
"images/create_page.png",
|
||||
"images/customer_invoice.jpeg",
|
||||
"images/page_history.png",
|
||||
],
|
||||
'website': 'https://github.com/OCA/knowledge',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'mail',
|
||||
'knowledge',
|
||||
],
|
||||
'data': [
|
||||
'security/document_page_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'wizard/document_page_create_menu.xml',
|
||||
'wizard/document_page_show_diff.xml',
|
||||
'views/document_page.xml',
|
||||
'views/document_page_category.xml',
|
||||
'views/document_page_history.xml',
|
||||
'views/document_page_assets.xml',
|
||||
'views/report_document_page.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/document_page.xml'
|
||||
"website": "https://github.com/OCA/knowledge",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["mail", "knowledge"],
|
||||
"data": [
|
||||
"security/document_page_security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"wizard/document_page_create_menu.xml",
|
||||
"wizard/document_page_show_diff.xml",
|
||||
"views/document_page.xml",
|
||||
"views/document_page_category.xml",
|
||||
"views/document_page_history.xml",
|
||||
"views/document_page_assets.xml",
|
||||
"views/report_document_page.xml",
|
||||
],
|
||||
"demo": ["demo/document_page.xml"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user