Days from when processing started to when the delivery was marked done. Uses Processing Start Date if set, otherwise falls back to Order Date.
Table: sale.order + stock.picking
Start: processing_start_date ?? date_order
End: stock.picking.date_done (outgoing, state = done)
Formula: AVG / MIN / MAX of (date_done − start) in days