From f75df6d7d8eb465e936e98da0591d972c2c2fba1 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sun, 29 Mar 2020 01:45:10 +0800 Subject: [PATCH] opt --- app_product_superbar/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_product_superbar/__manifest__.py b/app_product_superbar/__manifest__.py index 4b27efb3..7c76b5d5 100644 --- a/app_product_superbar/__manifest__.py +++ b/app_product_superbar/__manifest__.py @@ -42,7 +42,7 @@ 'images': ['static/description/banner.gif'], 'data': [ 'views/product_views.xml', - 'views/product_attribute_value_views.xml', + # 'views/product_attribute_value_views.xml', ], 'demo': [ ],