mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] mrp_multi_level: enchance traceability with origin.
* keept description of planned orders verbose. * make it translatable in most cases. * while grouping demand include the product in the description. * add `origin` field not mrp moves and planned orders. Fill it with top level demand origin.
This commit is contained in:
committed by
JasminSForgeFlow
parent
03744c275c
commit
2d7b0e9450
@@ -34,6 +34,7 @@
|
||||
attrs="{'invisible':[('mrp_origin', '!=', 'mv')]}"
|
||||
/>
|
||||
<field name="name" />
|
||||
<field name="origin" />
|
||||
</group>
|
||||
<group>
|
||||
<field name="mrp_date" />
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<tree decoration-info="fixed != True">
|
||||
<field name="name" />
|
||||
<field name="origin" />
|
||||
<field name="product_mrp_area_id" />
|
||||
<field name="product_id" />
|
||||
<field name="mrp_area_id" />
|
||||
@@ -76,6 +77,7 @@
|
||||
<field name="model">mrp.planned.order</field>
|
||||
<field name="arch" type="xml">
|
||||
<search>
|
||||
<field name="origin" />
|
||||
<field name="name" />
|
||||
<field name="product_id" />
|
||||
<field name="mrp_area_id" />
|
||||
|
||||
Reference in New Issue
Block a user