[FIX] delivery: speed up _compute_packages using read_group
Before this commit:
Packages were computed using a for loop, skipping any picking without
any packages.
After this commit:
Packages are computed using a read_group, speeding up the computed
method for large pickings with hundreds of stock move lines.
opw-3461706
closes odoo/odoo#132585
Signed-off-by:
Arnold Moyaux (arm) <arm@odoo.com>