diff --git a/app_product_variant_color/__manifest__.py b/app_product_variant_color/__manifest__.py index 0ce3077e..b5fd392a 100644 --- a/app_product_variant_color/__manifest__.py +++ b/app_product_variant_color/__manifest__.py @@ -25,14 +25,13 @@ 'category': "Sales", 'version': "12.19.1.04", "author": "Sunpop.cn", - 'price': 18.00, + 'price': 0.00, 'currency': 'EUR', 'summary': """ Product color swatch. Use for quick select color. can be use in product attribute and other color variant. color widget. color picker. """, 'images': ['static/description/banner.png'], 'depends': [ - 'app_web_widget_colorpicker', 'sale', ], 'data': [ diff --git a/app_product_variant_color/static/description/index.html b/app_product_variant_color/static/description/index.html index 88123285..934e71e7 100644 --- a/app_product_variant_color/static/description/index.html +++ b/app_product_variant_color/static/description/index.html @@ -3,6 +3,11 @@