Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
375 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Nov. 21
2541
1
Aug. 25
406
2
Juni 25
1834
0
März 25
1696
0
Feb. 25
1335