mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 04:12:18 -06:00
[IMP] document_page_approval: black, isort
This commit is contained in:
committed by
Bhavesh Heliconia
parent
e1727575df
commit
8d8c8ac32a
@@ -2,28 +2,25 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Document Page Approval',
|
||||
'version': '12.0.1.0.0',
|
||||
"name": "Document Page Approval",
|
||||
"version": "12.0.1.0.0",
|
||||
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
|
||||
"website": "http://www.savoirfairelinux.com",
|
||||
"license": "AGPL-3",
|
||||
'category': 'Knowledge Management',
|
||||
'depends': [
|
||||
'document_page',
|
||||
'mail',
|
||||
"category": "Knowledge Management",
|
||||
"depends": ["document_page", "mail",],
|
||||
"data": [
|
||||
"data/email_template.xml",
|
||||
"views/document_page_approval.xml",
|
||||
"security/document_page_security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
],
|
||||
'data': [
|
||||
'data/email_template.xml',
|
||||
'views/document_page_approval.xml',
|
||||
'security/document_page_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
"images": [
|
||||
"images/category.png",
|
||||
"images/page_history_list.png",
|
||||
"images/page_history.png",
|
||||
],
|
||||
'images': [
|
||||
'images/category.png',
|
||||
'images/page_history_list.png',
|
||||
'images/page_history.png',
|
||||
],
|
||||
'post_init_hook': 'post_init_hook',
|
||||
'uninstall_hook': 'uninstall_hook',
|
||||
'installable': True,
|
||||
"post_init_hook": "post_init_hook",
|
||||
"uninstall_hook": "uninstall_hook",
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user