Add test extras and remove unused view

This commit is contained in:
Jared Esparza 2022-05-05 15:35:12 +02:00
parent 4da3b01ff8
commit bbe336ad47
2 changed files with 1 additions and 10 deletions

View File

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

View File

@ -1,10 +0,0 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook" position="inside">
<page id="quality_controls" string="Quality Controls">
<field name="quality_controls" colspan="6"/>
</page>
</xpath>
</data>