Skip to content

Commit

Permalink
[FIX] fieldservice_stock: update inherited view
Browse files Browse the repository at this point in the history
  • Loading branch information
RLeeOSI committed Nov 18, 2020
1 parent 27fcb26 commit f3f5ada
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions fieldservice_stock/views/stock_request_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,12 @@
</record>
<record id="stock_request_order_fsm_order_search" model="ir.ui.view">
<field name="model">stock.request.order</field>
<field
name="inherit_id"
ref="stock_request_picking_type.view_stock_request_order_filter"
/>
<field name="inherit_id" ref="stock_request.stock_request_order_search" />
<field name="arch" type="xml">
<field name="name" position="after">
<field name="fsm_order_id" />
</field>
<filter name="state" position="before">
<filter name="warehouse" position="before">
<filter
string="FSM Order"
name="fsm_order_id"
Expand Down

0 comments on commit f3f5ada

Please sign in to comment.