Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasProgrammer committed Aug 18, 2023
1 parent 5a07883 commit 7d54eee
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,6 @@ def test_commission_domain(self):
so.order_line.agent_ids._compute_amount()
invoice.line_ids.agent_ids._compute_amount()

#
res = so.order_line.agent_ids._get_single_commission_amount(
self.demo_commission, 1, self.product_4, 1
)
self.assertEqual(res, 0.0)

#
tst_partner = so.partner_id.copy({})
tst_partner.commission_item_agent_ids = [(6, 0, self.demo_cig_italy.ids)]
Expand Down

0 comments on commit 7d54eee

Please sign in to comment.