diff --git a/product_usability/product_view.xml b/product_usability/product_view.xml
index 75c5fdf..ea35f06 100644
--- a/product_usability/product_view.xml
+++ b/product_usability/product_view.xml
@@ -137,5 +137,36 @@
+
+
+ usability.product.pricelist.item.search
+ product.pricelist.item
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ usability.product.pricelist.item.tree
+ product.pricelist.item
+
+
+
+
+
+
+
diff --git a/sale_usability/__manifest__.py b/sale_usability/__manifest__.py
index 6e38faa..dbf67c5 100644
--- a/sale_usability/__manifest__.py
+++ b/sale_usability/__manifest__.py
@@ -25,6 +25,7 @@ Please contact Alexis de Lattre from Akretion for
'depends': ['sale'],
'data': [
'sale_view.xml',
+ 'product_view.xml',
],
'installable': True,
}
diff --git a/sale_usability/product_view.xml b/sale_usability/product_view.xml
new file mode 100644
index 0000000..48e9ec7
--- /dev/null
+++ b/sale_usability/product_view.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+ Pricelist Items
+ product.pricelist.item
+ tree,form
+ {'product_pricelist_item_main_view': True}
+
+
+
+
+
+
+