[MIG] sale_exception_portal: migrate to 14.0

H5654
This commit is contained in:
Cedric Collins
2021-03-28 18:33:57 -05:00
committed by Juan Pablo Ticse
parent 0ddff4eba7
commit bba5b57fbe
3 changed files with 5 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ class TestCheckSOExceptions(TransactionCase):
'order_line': [(0, 0, {
'product_id': self.sale_product.id,
'product_uom_qty': 1.0,
'price_unit': 50.0, # Set lower than 100.0 to trigger the exception
'price_unit': 50.0,
})],
})