Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
grindtildeath committed Mar 23, 2020
1 parent 06d45a8 commit 8863cbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8863cbf

Please sign in to comment.