mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] sale_exception_portal: migrate to 14.0
H5654
This commit is contained in:
committed by
Juan Pablo Ticse
parent
0ddff4eba7
commit
bba5b57fbe
@@ -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,
|
||||
})],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user