diff --git a/base_jsonify/tests/test_helpers.py b/base_jsonify/tests/test_helpers.py index 206e14bd0..c7cebf727 100644 --- a/base_jsonify/tests/test_helpers.py +++ b/base_jsonify/tests/test_helpers.py @@ -9,6 +9,7 @@ class TestJsonifyHelpers(SavepointCase): @classmethod def setUpClass(cls): super().setUpClass() + cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) cls.partner = cls.env["res.partner"].create( { "name": "My Partner",