From d191aadc4ebd4dcc0a42c7f1aeca77ac06dd70f9 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 5 Feb 2019 23:15:24 +0100 Subject: [PATCH] Add button to view the items of a pricelist full screen, to be able to search on items --- product_usability/product_view.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/product_usability/product_view.xml b/product_usability/product_view.xml index 4995a24..642ce8c 100644 --- a/product_usability/product_view.xml +++ b/product_usability/product_view.xml @@ -168,6 +168,35 @@ + + + Pricelists Items + product.pricelist.item + tree,form + [('pricelist_id', '=', active_id)] + {'product_pricelist_item_main_view': True} + + + + usability.product.pricelist.form + product.pricelist + + +
+ +
+
+
+ + usability.product.pricelist.tree product.pricelist