Browse Source

[FIX] - Fix unit tests

pull/265/head
sbejaoui 5 years ago
parent
commit
0d5f789293
  1. 1
      product_contract_variable_quantity/tests/test_sale_order.py

1
product_contract_variable_quantity/tests/test_sale_order.py

@ -30,6 +30,7 @@ class TestSaleOrder(TransactionCase):
self.product1.write(
{
'is_contract': True,
'default_qty': 12,
'contract_template_id': self.contract_template1.id,
'qty_formula_id': self.formula.id,
'qty_type': 'variable',

Loading…
Cancel
Save