We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70367c3 commit 18953fbCopy full SHA for 18953fb
partner_delivery_zone/tests/test_partner_delivery_zone.py
@@ -2,10 +2,10 @@
2
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
from lxml import etree
4
5
-from odoo.tests import SavepointCase
+from odoo.tests import TransactionCase
6
7
8
-class TestPartnerDeliveryZone(SavepointCase):
+class TestPartnerDeliveryZone(TransactionCase):
9
at_install = False
10
post_install = True
11
0 commit comments