[12.0][FIX] stock_request: fix archived search view

This commit is contained in:
Jaime Arroyo
2020-12-28 08:56:59 +01:00
committed by Bernat Puig Font
parent dad95ec13d
commit 4c23809c8c
2 changed files with 0 additions and 11 deletions

View File

@@ -166,12 +166,6 @@
<field name="location_id" groups="stock.group_stock_multi_locations" />
<field name="company_id" groups="base.group_multi_company" />
<separator />
<filter
string="Archived"
name="inactive"
domain="[('active','=',False)]"
/>
<separator />
<filter string="Draft" name="draft" domain="[('state','=','draft')]" />
<filter
string="In Progress"

View File

@@ -46,11 +46,6 @@
<field name="company_id" groups="base.group_multi_company" />
<field name="product_id" />
<separator />
<filter
string="Archived"
name="inactive"
domain="[('active','=',False)]"
/>
<filter
name="current_requests"
string="Current requests"