diff --git a/stock_quant_package_product_packaging/models/stock_quant_package.py b/stock_quant_package_product_packaging/models/stock_quant_package.py index b03a463cc3d5..7d75b5709718 100644 --- a/stock_quant_package_product_packaging/models/stock_quant_package.py +++ b/stock_quant_package_product_packaging/models/stock_quant_package.py @@ -31,7 +31,6 @@ def _compute_single_product(self): pack_products = pack.quant_ids.mapped("product_id") if len(pack_products) == 1: pack.single_product_id = pack_products.id - # TODO handle uom pack.single_product_qty = sum(pack.quant_ids.mapped("quantity")) else: pack.single_product_id = False