Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/16.0-mig-purchase_order_secondar…
Browse files Browse the repository at this point in the history
…y_unit' into 16.0-mig-purchase_order_secondary_unit
  • Loading branch information
Andrea committed Aug 11, 2023
2 parents 0ad1687 + c3e443d commit bbd3075
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def test_purchase_order_01(self):
line.secondary_uom_qty = 10.0
self.assertEqual(line.product_qty, 7.0)
# Test onchange product uom
line.product_qty = 3000.0
line.product_qty = 0.3
line.product_uom = self.product_uom_gram
self.assertEqual(line.product_qty, 3000000)
self.assertEqual(line.product_qty, 300)

def test_purchase_order_02(self):
purchase_order = Form(self.order)
Expand Down

0 comments on commit bbd3075

Please sign in to comment.