跳至内容
菜单
此问题已终结

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
2482
1
8月 25
290
2
6月 25
1737
0
3月 25
1607
0
2月 25
1252