From 8d4d4fb94b63c2bec085d891afb9f83fabfcdfc6 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Fri, 4 Jan 2019 20:20:07 +0800 Subject: [PATCH] add png --- app_product_variant_color/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app_product_variant_color/__manifest__.py b/app_product_variant_color/__manifest__.py index 4eb115c1..5de3f734 100644 --- a/app_product_variant_color/__manifest__.py +++ b/app_product_variant_color/__manifest__.py @@ -37,6 +37,7 @@ 'summary': """ Use for quick select color. can be use in product attribute and other color variant. color widget. color pick. """, + 'images': ['static/description/banner.png'], 'depends': [ 'app_web_widget_color', 'sale',