From 728db420a74c8d090d4270cb27d6e14f948e161c Mon Sep 17 00:00:00 2001 From: david Date: Wed, 5 May 2021 09:53:33 +0200 Subject: [PATCH] [FIX] rma: tagged test --- rma/tests/test_rma.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rma/tests/test_rma.py b/rma/tests/test_rma.py index 65d4a3f1..1f07b7be 100644 --- a/rma/tests/test_rma.py +++ b/rma/tests/test_rma.py @@ -2,10 +2,9 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo.exceptions import UserError, ValidationError -from odoo.tests import Form, SavepointCase, tagged +from odoo.tests import Form, SavepointCase -@tagged("post_install", "-at_install") class TestRma(SavepointCase): @classmethod def setUpClass(cls):