update button maintenance_inicial
This commit is contained in:
parent
2f998cf7f0
commit
b0de46cb68
2
move.py
2
move.py
@ -152,6 +152,8 @@ class ShipmentOut(metaclass=PoolMeta):
|
|||||||
for move in shipment.inventory_moves:
|
for move in shipment.inventory_moves:
|
||||||
if move.product_equipment and move.equipment:
|
if move.product_equipment and move.equipment:
|
||||||
serial = True
|
serial = True
|
||||||
|
elif not move.product_equipment:
|
||||||
|
serial = True
|
||||||
else:
|
else:
|
||||||
serial = False
|
serial = False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user