Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
357 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
nov 21
2521
1
ago 25
341
2
giu 25
1780
0
mar 25
1648
0
feb 25
1302