[IMP] web_tree_image_tooltip: black, isort, prettier

This commit is contained in:
Tran Thanh Phuc
2021-01-31 12:18:45 +07:00
committed by Christopher Ormaza
parent ce90a8e2bc
commit c1272d6517
8 changed files with 46 additions and 44 deletions

View File

@@ -6,20 +6,16 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Show images in tree views via tooltip',
'version': '12.0.1.0.0',
'author': "Therp BV, "
"MONK Software, "
"Odoo Community Association (OCA), "
"Serpent Consulting Services Pvt. Ltd.",
'website': 'https://github.com/OCA/web',
'license': 'AGPL-3',
'category': 'Web',
'depends': [
'web',
],
'data': [
'view/assets.xml',
],
'installable': True,
"name": "Show images in tree views via tooltip",
"version": "12.0.1.0.0",
"author": "Therp BV, "
"MONK Software, "
"Odoo Community Association (OCA), "
"Serpent Consulting Services Pvt. Ltd.",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"category": "Web",
"depends": ["web",],
"data": ["view/assets.xml",],
"installable": True,
}