Skip to Content
Menú
This question has been flagged
1 Respondre
325 Vistes

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.

Avatar
Descartar
Best Answer

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:

 

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de nov. 21
2482
1
d’ag. 25
290
2
de juny 25
1737
0
de març 25
1607
0
de febr. 25
1252