mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_multi_level: company in the search view move to the last position. It isn't the most common filter used.
This commit is contained in:
@@ -89,10 +89,10 @@
|
||||
<field name="type">search</field>
|
||||
<field name="arch" type="xml">
|
||||
<search string="MRP Inventory">
|
||||
<field name="company_id" groups="base.group_multi_company"/>
|
||||
<group name="select" expand="0" string="Selection...">
|
||||
<field name="product_id"/>
|
||||
<field name="mrp_area_id"/>
|
||||
<field name="company_id" groups="base.group_multi_company"/>
|
||||
</group>
|
||||
<separator/>
|
||||
<filter string="To Procure" name="filter_to_procure"
|
||||
|
||||
Reference in New Issue
Block a user