コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
364 ビュー

We work with products that are serialized and we use them as components in Odoo Manufacturing Orders.

We have configured Work Orders since these products travel to multiple Work Centers.


Something that would help us a great deal would be the ability to scan one of these components and access the Work Order that it is currently reserved for.

アバター
破棄
最善の回答

You can modify the definition of the default Work Order search:

<field name="name" position="replace">
    <field name="name" string="Work Order / Component Barcode"
filter_domain="['|',('name', 'ilike', self),
                      ('move_raw_ids.move_line_ids.lot_id.name', 'ilike', self)]"/>
</field>


Then, scanning would find the current Work Order where the product is reserved:

 

アバター
破棄
関連投稿 返信 ビュー 活動
1
11月 21
2530
0
9月 25
24
1
8月 25
354
2
6月 25
1800
0
3月 25
1676