From bbe336ad47cf4706927ee534a7c0c024b1dc9745 Mon Sep 17 00:00:00 2001 From: Jared Esparza Date: Thu, 5 May 2022 15:35:12 +0200 Subject: [PATCH] Add test extras and remove unused view --- tests/test_module.py | 1 + view/template_form.xml | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 view/template_form.xml diff --git a/tests/test_module.py b/tests/test_module.py index ce4a230..1e7bc80 100644 --- a/tests/test_module.py +++ b/tests/test_module.py @@ -9,6 +9,7 @@ from trytond.tests.test_tryton import ModuleTestCase class QualityControlTestCase(CompanyTestMixin, ModuleTestCase): 'Test QualityControl module' module = 'quality_control' + extras = ['stock', 'stock_lot_deactivatable', 'production'] del ModuleTestCase diff --git a/view/template_form.xml b/view/template_form.xml deleted file mode 100644 index 1d57ca7..0000000 --- a/view/template_form.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - -