update button maintenance_inicial

This commit is contained in:
raskolnikov 2023-01-27 15:40:11 -05:00
parent 2f998cf7f0
commit b0de46cb68

View File

@ -152,6 +152,8 @@ class ShipmentOut(metaclass=PoolMeta):
for move in shipment.inventory_moves:
if move.product_equipment and move.equipment:
serial = True
elif not move.product_equipment:
serial = True
else:
serial = False