mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[11.0][IMP] mrp_production_request: Add product and BoM search filters
This commit is contained in:
committed by
Chandresh Thakkar
parent
d4d5794796
commit
0d688f18cb
@@ -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",
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user