[FIX] contract_sale: Good test import

This commit is contained in:
Denis Roussel
2022-06-22 11:04:58 +02:00
committed by Christopher Rogos
parent 96573fb752
commit c8fc328504
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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):