mirror of
https://github.com/OCA/knowledge.git
synced 2026-01-05 11:46:56 -06:00
[IMP] : black, isort, prettier
This commit is contained in:
@@ -2,18 +2,16 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Atachment Category',
|
||||
'summary': """
|
||||
"name": "Atachment Category",
|
||||
"summary": """
|
||||
Adds a document category to help classification""",
|
||||
'version': '12.0.1.0.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
||||
'depends': [
|
||||
"base",
|
||||
],
|
||||
'data': [
|
||||
'views/ir_attachment.xml',
|
||||
'security/ir_attachment_category.xml',
|
||||
'views/ir_attachment_category.xml',
|
||||
"version": "12.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
||||
"depends": ["base",],
|
||||
"data": [
|
||||
"views/ir_attachment.xml",
|
||||
"security/ir_attachment_category.xml",
|
||||
"views/ir_attachment_category.xml",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user