Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
312 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
lis 21
2476
1
srp 25
284
2
čvn 25
1734
0
bře 25
1604
0
úno 25
1248