kalenislims/lims_instrument_generic_form/__init__.py

13 lines
380 B
Python

# This file is part of lims_instrument_generic_form module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from trytond.pool import Pool
from . import resultsimport
def register():
Pool.register(
resultsimport.ResultsImport,
module='lims_instrument_generic_form', type_='model')