diff --git a/contract_sale/__manifest__.py b/contract_sale/__manifest__.py index 6c18768fe..30a6d6838 100644 --- a/contract_sale/__manifest__.py +++ b/contract_sale/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Contract from Sale", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "category": "Sales", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", diff --git a/contract_sale/tests/test_sale_contract.py b/contract_sale/tests/test_sale_contract.py index c20d3b298..76555b2db 100644 --- a/contract_sale/tests/test_sale_contract.py +++ b/contract_sale/tests/test_sale_contract.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) -from odoo.odoo.tests import TransactionCase +from odoo.tests.common import TransactionCase class TestSaleContract(TransactionCase):