From 61407007afb432f87b8d3ced6fad42d1a531ec0f Mon Sep 17 00:00:00 2001 From: lreficent Date: Thu, 11 May 2017 11:46:22 +0200 Subject: [PATCH] [9.0][IMP] stock_cycle_count: Enhance tree view with filter and colors. --- .../views/stock_cycle_count_view.xml | 50 +++++++++++++++++-- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/stock_cycle_count/views/stock_cycle_count_view.xml b/stock_cycle_count/views/stock_cycle_count_view.xml index 3349c2700..598534cbe 100644 --- a/stock_cycle_count/views/stock_cycle_count_view.xml +++ b/stock_cycle_count/views/stock_cycle_count_view.xml @@ -8,7 +8,9 @@ stock.cycle.count.tree stock.cycle.count - + @@ -76,11 +78,51 @@ + + stock.cycle.count.search + stock.cycle.count + + + + + + + + + + + + + + + + + + + + + name="Stock Cycle Count" + res_model="stock.cycle.count" + view_mode="tree,form" + context="{'search_default_planned':1,'search_default_execution':1}"/>