[IMP] : black, isort, prettier

This commit is contained in:
Denis Roussel
2020-10-18 14:59:51 +02:00
parent 9e9c25cf22
commit 39a8572056
8 changed files with 67 additions and 78 deletions

View File

@@ -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",
],
}