try:
                progress_weight = (order.picking_weight / order.load_capacity) * 100
            except ZeroDivisionError:
                progress_weight = 0.0