From 9d0a064e2bc93e594821bb0044c55f7ad2844475 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sat, 4 May 2019 08:32:28 +0800 Subject: [PATCH] release plm v2 --- app_product_superbar/__manifest__.py | 1 + .../views/product_attribute_value_views.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 app_product_superbar/views/product_attribute_value_views.xml 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