update tryton 62 to 64

This commit is contained in:
2023-03-29 12:01:59 -05:00
parent 23a6450be0
commit 5f73e49550
27 changed files with 1840 additions and 0 deletions

0
tests/__init__.py Normal file
View File

10
tests/test_module.py Normal file
View File

@@ -0,0 +1,10 @@
from trytond.tests.test_tryton import ModuleTestCase
class OpticalEquipmentTestCase(ModuleTestCase):
"Test Optical Equipment module"
module = 'optical_equipment'
del ModuleTestCase