mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] contract_sale: Good test import
This commit is contained in:
committed by
Christopher Rogos
parent
96573fb752
commit
c8fc328504
@@ -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",
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user