From df24c1fe7d14e463c7fd143fe345ebf5af18a273 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 25 Jan 2022 13:59:59 +0100 Subject: [PATCH] [IMP] rma: unplug test cases from declaration This way, we can reuse them in other modules easily --- rma/tests/test_rma.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rma/tests/test_rma.py b/rma/tests/test_rma.py index ab0ca6da..1de32523 100644 --- a/rma/tests/test_rma.py +++ b/rma/tests/test_rma.py @@ -123,6 +123,8 @@ class TestRma(SavepointCase): picking.button_validate() return picking + +class TestRmaCase(TestRma): def test_onchange(self): rma_form = Form(self.env["rma"]) # If partner changes, the invoice address is set