[IMP] document_url: black, isort

This commit is contained in:
Manuel Calero
2020-03-11 10:28:27 +01:00
committed by FernandoRomera
parent 6261c27f4e
commit 1b3bb42821
6 changed files with 47 additions and 61 deletions

View File

@@ -1,23 +1,15 @@
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# Copyright 2020 Tecnativa - Manuel Calero
{
'name': 'URL attachment',
'version': '12.0.1.0.0',
'category': 'Tools',
'author': "Tecnativa,"
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/knowledge',
'license': 'AGPL-3',
'depends': [
'document',
],
'data': [
'view/document_url_view.xml',
'security/ir.model.access.csv',
],
'qweb': [
'static/src/xml/url.xml',
],
'installable': True,
"name": "URL attachment",
"version": "13.0.1.0.0",
"category": "Tools",
"author": "Tecnativa," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"license": "AGPL-3",
"data": ["view/document_url_view.xml", "security/ir.model.access.csv"],
"qweb": ["static/src/xml/url.xml"],
"installable": True,
}