[11.0][IMP] mrp_production_request: Add product and BoM search filters

This commit is contained in:
hveficent
2019-04-16 10:00:53 +02:00
committed by Chandresh Thakkar
parent d4d5794796
commit 0d688f18cb
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"summary": "Allows you to use Manufacturing Request as a previous "
"step to Manufacturing Orders for better manufacture "
"planification.",
"version": "11.0.1.0.0",
"version": "11.0.1.0.1",
"development_status": "Mature",
"maintainers": ['lreficent'],
"category": "Manufacturing",

View File

@@ -131,7 +131,9 @@
<field name="arch" type="xml">
<search string="Search Manufacturing Request">
<field name="name" string="Manufacturing Request"/>
<field name="product_id"/>
<field name="mrp_production_ids" string="Manufacturing Orders"/>
<field name="bom_id"/>
<field name="requested_by"/>
<field name="assigned_to" />
<field name="origin"/>