[MIG] contract_variable_quantity: Migration to 15.0

TT40289
This commit is contained in:
Víctor Martínez
2022-11-03 11:04:23 +01:00
parent a169418d04
commit 9fe8209fb4
29 changed files with 17 additions and 120 deletions

View File

@@ -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"})