Skip to content

Commit

Permalink
[FIX] stock: do not set useless filters
Browse files Browse the repository at this point in the history
The filters have no effect and it may be confusing to remove it and see the same
result.
The filters themself will be removed in master.

opw-1832502
  • Loading branch information
mart-e committed Apr 5, 2018
1 parent 5ba05f2 commit 85499c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/stock/report/report_stock_forecast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<field name="view_type">form</field>
<field name="view_mode">pivot,graph</field>
<field name="search_view_id" ref="view_stock_level_forecast_filter"/>
<field name="context">{'search_default_pivot_by':1, 'search_default_graph_by':1, 'search_default_product_tmpl_id': active_id}</field>
<field name="context">{'search_default_product_tmpl_id': active_id}</field>
<field name="view_id" ref="view_stock_level_forecast_pivot"/>
</record>

Expand Down

0 comments on commit 85499c7

Please sign in to comment.