mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] contract_variable_quantity: Migration to 15.0
TT40289
This commit is contained in:
@@ -4,13 +4,12 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import exceptions
|
||||
from odoo.tests.common import SavepointCase
|
||||
from odoo.tests import tagged
|
||||
from odoo.tests.common import TransactionCase
|
||||
|
||||
|
||||
class TestContractVariableQuantity(SavepointCase):
|
||||
at_install = False
|
||||
post_install = True
|
||||
|
||||
@tagged("post_install", "-at_install")
|
||||
class TestContractVariableQuantity(TransactionCase):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
self.partner = self.env["res.partner"].create({"name": "Test partner"})
|
||||
|
||||
Reference in New Issue
Block a user