Skip to content

Commit

Permalink
Merge PR #1034 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by ilyasProgrammer
  • Loading branch information
OCA-git-bot committed Jan 10, 2024
2 parents eb2a4c6 + 93e68af commit d598116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscription_oca/tests/test_subscription_oca.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def test_x_subscription_oca_pricelist_related_2(self):
self.pricelist_l3.currency_id = self.env.ref("base.THB")
self.sub_line.sale_subscription_id.pricelist_id = self.pricelist_l3
res = self.sub_line._get_display_price(self.product_1)
self.assertAlmostEqual(int(res), 514)
self.assertAlmostEqual(int(res), 613)
self.sub_line.product_uom_qty = 300
res = self.sub_line.read(["discount"])
self.assertEqual(res[0]["discount"], 0)
Expand Down

0 comments on commit d598116

Please sign in to comment.