diff --git a/stock_request/views/stock_request_views.xml b/stock_request/views/stock_request_views.xml index e50a88b2a..92401ed52 100644 --- a/stock_request/views/stock_request_views.xml +++ b/stock_request/views/stock_request_views.xml @@ -142,10 +142,13 @@ ir.actions.act_window form tree,form,pivot - {'search_default_current_requests': 1, 'pivot_column_groupby': ['location_id'], 'pivot_row_groupby': ['product_id'], 'pivot_measures': ['product_uom_qty', 'qty_done']} + { + 'search_default_current_requests': 1, + 'pivot_column_groupby': ['location_id'], 'pivot_row_groupby': ['product_id'], 'pivot_measures': ['product_uom_qty', 'qty_done'], + 'search_default_draft': 1, 'search_default_open': 1 + } - {'search_default_draft': 1, 'search_default_open': 1}

Click to add a Stock Request.