diff --git a/app_product_superbar/__manifest__.py b/app_product_superbar/__manifest__.py index 9acd1111..11304bee 100644 --- a/app_product_superbar/__manifest__.py +++ b/app_product_superbar/__manifest__.py @@ -42,6 +42,7 @@ 'images': ['static/description/banner.gif'], 'data': [ 'views/product_views.xml', + 'views/product_attribute_value_views.xml', ], 'demo': [ ], diff --git a/app_product_superbar/views/product_attribute_value_views.xml b/app_product_superbar/views/product_attribute_value_views.xml new file mode 100644 index 00000000..1b282341 --- /dev/null +++ b/app_product_superbar/views/product_attribute_value_views.xml @@ -0,0 +1,18 @@ + + + + + app.product.attribute.value.search + product.attribute.value + + + + + + + + + + + + \ No newline at end of file