Skip to content

Commit

Permalink
Merge PR #2882 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Apr 24, 2024
2 parents fb876af + 67a2fe9 commit 8efb1da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def test_sale_product_packaging_container_deposit_quantities_case7(self):
box_line = self.sale_order.order_line.filtered(
lambda ol: ol.product_id == self.box
)
(box_line | pallet_line).invalidate_cache()
(box_line | pallet_line).invalidate_recordset()
self.assertEqual(pallet_line.qty_delivered, 0)
self.assertEqual(box_line.qty_delivered, 5)

Expand Down

0 comments on commit 8efb1da

Please sign in to comment.