From 9db14b296c2838ce7d833e025a6bfac903a0f7ea Mon Sep 17 00:00:00 2001 From: ivan deng Date: Fri, 4 Jan 2019 20:19:50 +0800 Subject: [PATCH] add png --- app_product_variant_color/__manifest__.py | 1 + app_web_widget_color/__manifest__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/app_product_variant_color/__manifest__.py b/app_product_variant_color/__manifest__.py index 123c0d4a..d4d78059 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', diff --git a/app_web_widget_color/__manifest__.py b/app_web_widget_color/__manifest__.py index 74971d9b..64a51575 100644 --- a/app_web_widget_color/__manifest__.py +++ b/app_web_widget_color/__manifest__.py @@ -17,6 +17,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': [ 'base', 'web',