Browse Source

[12.0][FIX] - Fix unit tests

pull/265/head
sbejaoui 5 years ago
parent
commit
b0a32f2663
  1. 3
      product_contract_variable_quantity/models/sale_order_line.py
  2. 2
      product_contract_variable_quantity/readme/DESCRIPTION.rst
  3. 1
      product_contract_variable_quantity/tests/test_sale_order.py

3
product_contract_variable_quantity/models/sale_order_line.py

@ -3,8 +3,7 @@
# Copyright 2017 ACSONE SA/NV.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import api, fields, models, _
from odoo.exceptions import ValidationError
from odoo import api, fields, models
class SaleOrderLine(models.Model):

2
product_contract_variable_quantity/readme/DESCRIPTION.rst

@ -1 +1 @@
This module enable add default values to contract products for variable quantity formula.
This module add default values to contract products for variable quantity formula.

1
product_contract_variable_quantity/tests/test_sale_order.py

@ -3,7 +3,6 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.tests.common import TransactionCase
from odoo.exceptions import ValidationError
class TestSaleOrder(TransactionCase):

Loading…
Cancel
Save