[FIX] rma: tagged test

This commit is contained in:
david
2021-05-05 09:53:33 +02:00
committed by Víctor Martínez
parent 293633a8c7
commit 728db420a7

View File

@@ -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):