kalenislims/lims_instrument_generic_form/__init__.py
2018-05-23 20:47:26 -03:00

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')