Skip to content
Snippets Groups Projects
Commit 518621d7 authored by William Henrotin's avatar William Henrotin Committed by Simon Lejeune
Browse files

[FIX] mrp: do not group bom by type anymore

Task : 2241471
parent f647b682
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@
<field name="domain">[]</field> <!-- force empty -->
<field name="view_mode">tree,kanban,form</field>
<field name="search_view_id" ref="view_mrp_bom_filter"/>
<field name="context">{'search_default_group_by_type': True, 'default_company_id': allowed_company_ids[0]}</field>
<field name="context">{'default_company_id': allowed_company_ids[0]}</field>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">
Create a bill of materials
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment