[MIG] web_tree_image_tooltip: Migration to 13.0

This commit is contained in:
Tran Thanh Phuc
2021-01-31 12:29:12 +07:00
committed by Christopher Ormaza
parent c1272d6517
commit e7a7421585
5 changed files with 14 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
{
"name": "Show images in tree views via tooltip",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"author": "Therp BV, "
"MONK Software, "
"Odoo Community Association (OCA), "
@@ -15,7 +15,7 @@
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"category": "Web",
"depends": ["web",],
"data": ["view/assets.xml",],
"depends": ["web"],
"data": ["view/assets.xml"],
"installable": True,
}